/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 81 MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); } in getTuple() 83 return DISubroutineType::getDistinct(Context, 0, 0, getNode(nullptr)); in getSubroutineType() 86 return DISubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram() 91 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile() 94 return DICompileUnit::getDistinct(Context, 1, getFile(), "clang", false, in getUnit() 103 return DIDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType() 114 return DICompositeType::getDistinct( in getCompositeType() 355 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() 356 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F() 381 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 118 auto *D = MDTuple::getDistinct(Context, None); in TEST() 134 Metadata *Old = MDTuple::getDistinct(Context, None); in TEST() 135 auto *D = MDTuple::getDistinct(Context, Old); in TEST() 138 Metadata *New = MDTuple::getDistinct(Context, None); in TEST() 149 auto *D = MDTuple::getDistinct(Context, None); in TEST() 162 auto *D = MDTuple::getDistinct(Context, None); in TEST()
|
D | Cloning.cpp | 414 auto *StructType = DICompositeType::getDistinct( in CreateOldFunctionBodyAndDI()
|
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 118 auto *D = MDTuple::getDistinct(Context, None); in TEST() 134 Metadata *Old = MDTuple::getDistinct(Context, None); in TEST() 135 auto *D = MDTuple::getDistinct(Context, Old); in TEST() 138 Metadata *New = MDTuple::getDistinct(Context, None); in TEST() 149 auto *D = MDTuple::getDistinct(Context, None); in TEST() 162 auto *D = MDTuple::getDistinct(Context, None); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 81 MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); } in getTuple() 83 return DISubroutineType::getDistinct(Context, DINode::FlagZero, 0, in getSubroutineType() 87 return DISubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram() 92 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile() 95 return DICompileUnit::getDistinct( in getUnit() 104 return DIDerivedType::getDistinct( in getDerivedType() 115 return DICompositeType::getDistinct( in getCompositeType() 356 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() 357 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F() 382 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() [all …]
|
D | IRBuilderTest.cpp | 504 DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | MachineInstrTest.cpp | 258 DIFile *DIF = DIFile::getDistinct(Ctx, "filename", ""); in TEST() 259 DISubprogram *DIS = DISubprogram::getDistinct( in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 96 Cache[MD] = Last = DILocation::getDistinct( in appendInlinedAt()
|
D | DIBuilder.cpp | 149 CUNode = DICompileUnit::getDistinct( in createCompileUnit() 646 auto *GV = DIGlobalVariable::getDistinct( in createGlobalVariableExpression() 748 return DISubprogram::getDistinct(std::forward<Ts>(Args)...); in getSubprogram() 837 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
|
D | DebugInfo.cpp | 439 return DISubprogram::getDistinct( in getReplacementSubprogram() 488 return DICompileUnit::getDistinct( in getReplacementCU() 501 return DILocation::getDistinct(MLD->getContext(), MLD->getLine(), in getReplacementMDLocation()
|
D | DebugInfoMetadata.cpp | 349 return CT = DICompositeType::getDistinct( in buildODRType() 384 CT = DICompositeType::getDistinct( in getODRType()
|
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 853 static inline MDTuple *getDistinct(LLVMContext &Context, 1084 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1112 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1113 return MDTuple::getDistinct(Context, MDs);
|
D | DebugInfoMetadata.h | 24 static CLASS *getDistinct(LLVMContext &Context, \
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 875 static inline MDTuple *getDistinct(LLVMContext &Context, 1110 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1140 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1141 return MDTuple::getDistinct(Context, MDs);
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 123 CUNode = DICompileUnit::getDistinct( in createCompileUnit() 542 auto *N = DIGlobalVariable::getDistinct( in createGlobalVariable() 624 return DISubprogram::getDistinct(std::forward<Ts>(Args)...); in getSubprogram() 706 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
|
D | DebugInfoMetadata.cpp | 289 return CT = DICompositeType::getDistinct( in buildODRType() 323 CT = DICompositeType::getDistinct( in getODRType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Metadata.h | 908 static inline MDTuple *getDistinct(LLVMContext &Context, 1142 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1172 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1173 return MDTuple::getDistinct(Context, MDs);
|
D | DebugInfoMetadata.h | 42 static CLASS *getDistinct(LLVMContext &Context, \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 496 auto *DGVE = DIGlobalVariableExpression::getDistinct( in upgradeCUVariables() 509 auto *DGVE = DIGlobalVariableExpression::getDistinct( in upgradeCUVariables() 1030 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) in parseOneMetadata() 1135 MetadataList.assignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in parseOneMetadata() 1384 auto *CU = DICompileUnit::getDistinct( in parseOneMetadata() 1609 DGVE = DIGlobalVariableExpression::getDistinct( in parseOneMetadata()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1288 Last = IANodes[MD] = DILocation::getDistinct( in updateInlinedAtInfo() 1310 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1361 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2150 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) in parseMetadata() 2279 MetadataList.assignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in parseMetadata() 2460 auto *CU = DICompileUnit::getDistinct( in parseMetadata()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3309 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple() 3778 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) 3976 Result = DICompileUnit::getDistinct( in ParseDICompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3599 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple() 4206 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) 4453 Result = DICompileUnit::getDistinct( in ParseDICompileUnit()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 4240 InternalId = llvm::MDNode::getDistinct(getLLVMContext(), in CreateMetadataIdentifierForType()
|