| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| BuiltinGCs.cpp | 120 static GCRegistry::Add<ErlangGC> A("erlang", 122 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC"); 123 static GCRegistry::Add<ShadowStackGC> 125 static GCRegistry::Add<StatepointGC> D("statepoint-example", 127 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
|
| /src/crypto/external/apache2/openssl/dist/crypto/md5/asm/ |
| md5-aarch64.pl | 62 add w8, w10, w15 // Add dest value 63 add w7, w8, w9 // Add constant 0xd76aa478 64 add w6, w7, w14 // Add aux function result 67 add w4, w11, w6 // Add X parameter round 1 A=FF(A, B, C, D, 0xd76aa478, s=7, M[0]) 72 add w9, w13, w20 // Add dest valu [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/ |
| ModuleMaker.cpp | 45 // Add a basic block to the function... again, it automatically inserts 53 // Create the add instruction... does not insert... 54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, 58 BB->getInstList().push_back(Add); 60 // Create the return instruction and add it to the basic block 61 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
| tsan_mutexset_test.cc | 31 mset.Add(1, true, 2); 37 mset.Add(3, true, 4); 38 mset.Add(5, false, 6); 50 mset.Add(1, true, 2); 54 mset.Add(1, true, 2); 68 mset.Add(1, true, 2); 78 mset.Add(1, true, 2); 79 mset.Add(1, true, 2); 80 mset.Add(3, true, 4); 81 mset.Add(3, true, 4) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTWriterDecl.cpp | 158 /// Add an Objective-C type parameter list to the given record. 174 /// Add to the record the first declaration from each module file that 223 // Add a slot to the record for the number of specializations. 633 // add a FunctionTemplateSpecializationInfo to it when reading. 1540 // When reading, we'll add it to the folding set of the following template. 1607 // When reading, we'll add it to the folding set of the following template. 1895 Abv->Add(BitCodeAbbrevOp(serialization::DECL_FIELD)); 1897 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext 1898 Abv->Add(BitCodeAbbrevOp(0)); // LexicalDeclContext 1899 Abv->Add(BitCodeAbbrevOp(0)); // isInvalidDec [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| BitstreamRemarkSerializer.cpp | 55 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_CONTAINER_INFO)); 56 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. 57 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. 67 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_REMARK_VERSION)); 68 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. 86 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_STRTAB)); 87 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Raw table. 110 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_EXTERNAL_FILE)); 111 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Filename. 132 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_HEADER)) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_ignoreset.h | 26 void Add(u32 stack_id);
|
| tsan_ignoreset.cc | 23 void IgnoreSet::Add(u32 stack_id) {
|
| tsan_mutexset.h | 35 void Add(u64 id, bool write, u64 epoch); 60 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
|
| /src/external/bsd/nvi/dist/perl_scripts/ |
| make.pl | 7 $tagq->Add($f, $l, $m);
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_ignoreset.h | 23 void Add(StackID stack_id);
|
| tsan_ignoreset.cpp | 22 void IgnoreSet::Add(StackID stack_id) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_ignoreset.h | 23 void Add(StackID stack_id);
|
| tsan_ignoreset.cpp | 22 void IgnoreSet::Add(StackID stack_id) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCOptAddrMode.cpp | 10 /// This pass folds LD/ST + ADD pairs into Pre/Post-increment form of 68 // Returns true if result of \p Add is not used before \p Ldst 69 bool noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, 80 // Check if instructions \p Ldst and \p Add can be moved to become adjacent 84 MachineInstr *canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add, 120 // ADD/SUB instruction (U6 literal) 182 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, 184 Register R = Add->getOperand(0).getReg(); 220 for (auto &Add : MRI->use_nodbg_instructions(B)) { 222 if (!isAddConstantOp(Add, Incr) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
| MCExternalSymbolizer.cpp | 22 // This function tries to add a symbolic operand in place of the immediate 89 const MCExpr *Add = nullptr; 94 Add = MCSymbolRefExpr::create(Sym, Ctx); 96 Add = MCConstantExpr::create((int)SymbolicOp.AddSymbol.Value, Ctx); 118 if (Add) 119 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx); 126 } else if (Add) { 128 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); 130 Expr = Add; 146 // This function tries to add a comment as to what is being referenced by a loa [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/ |
| hello.cc | 78 topSizer->Add(label1); 79 topSizer->Add(label2);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| CXXFieldCollector.h | 54 /// Add - Called by Sema::ActOnCXXMemberDeclarator. 55 void Add(FieldDecl *D) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| DynamicTypeInfo.h | 43 ID.Add(DynTy);
|
| DynamicCastInfo.h | 42 ID.Add(From); 43 ID.Add(To);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
| AArch64ExternalSymbolizer.cpp | 43 /// tryAddingSymbolicOperand - tryAddingSymbolicOperand trys to add a symbolic 57 /// to add to the comment stream. This function returns Success if it adds 123 // otool expects the fully encoded ADD/LDR instruction to be passed in 127 EncodedInst |= Value << 10; // imm12 [+ shift:2 for ADD] 167 const MCExpr *Add = nullptr; 174 Add = MCSymbolRefExpr::create(Sym, Variant, Ctx); 176 Add = MCSymbolRefExpr::create(Sym, Ctx); 178 Add = MCConstantExpr::create(SymbolicOp.AddSymbol.Value, Ctx); 200 if (Add) 201 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| BitcodeWriter.cpp | 543 case Instruction::Add: 568 case AtomicRMWInst::Add: return bitc::RMW_ADD; 858 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); 859 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); 860 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 865 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_OPAQUE_POINTER)); 866 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 871 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION)); 872 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg 873 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)) [all...] |
| /src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/ |
| AnnotateFunctions.cpp | 84 static FrontendPluginRegistry::Add<AnnotateFunctionsAction> 87 static PragmaHandlerRegistry::Add<PragmaAnnotateHandler>
|
| /src/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/ |
| HowToUseLLJIT.cpp | 10 // module with a 'add1' function and use of IRBuilder to create add & return 52 // Add a basic block to the function. As before, it automatically inserts 68 // Create the add instruction, inserting it into the end of BB. 69 Value *Add = builder.CreateAdd(One, ArgX); 71 // Create the return instruction and add it to the basic block 72 builder.CreateRet(Add);
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| SerializedDiagnosticPrinter.cpp | 215 /// Add SourceLocation information the specified record. 219 /// Add SourceLocation information the specified record. 226 /// Add CharSourceRange information the specified record. 417 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. 418 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. 419 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. 420 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; 443 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION)); 444 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); 461 Abbrev->Add(BitCodeAbbrevOp(RECORD_DIAG)) [all...] |