Home
last modified time | relevance | path

Searched refs:getDistinct (Results 1 – 25 of 25) sorted by relevance

/external/llvm/unittests/IR/
DMetadataTest.cpp81 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/
DValueMapperTest.cpp118 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()
DCloning.cpp414 auto *StructType = DICompositeType::getDistinct( in CreateOldFunctionBodyAndDI()
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp118 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/
DMetadataTest.cpp81 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 …]
DIRBuilderTest.cpp504 DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineInstrTest.cpp258 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/
DDebugLoc.cpp96 Cache[MD] = Last = DILocation::getDistinct( in appendInlinedAt()
DDIBuilder.cpp149 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()
DDebugInfo.cpp439 return DISubprogram::getDistinct( in getReplacementSubprogram()
488 return DICompileUnit::getDistinct( in getReplacementCU()
501 return DILocation::getDistinct(MLD->getContext(), MLD->getLine(), in getReplacementMDLocation()
DDebugInfoMetadata.cpp349 return CT = DICompositeType::getDistinct( in buildODRType()
384 CT = DICompositeType::getDistinct( in getODRType()
/external/llvm/include/llvm/IR/
DMetadata.h853 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);
DDebugInfoMetadata.h24 static CLASS *getDistinct(LLVMContext &Context, \
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h875 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DMetadata.h908 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);
DDebugInfoMetadata.h42 static CLASS *getDistinct(LLVMContext &Context, \
/external/llvm/lib/IR/
DDIBuilder.cpp123 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()
DDebugInfoMetadata.cpp289 return CT = DICompositeType::getDistinct( in buildODRType()
323 CT = DICompositeType::getDistinct( in getODRType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp496 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/
DInlineFunction.cpp1288 Last = IANodes[MD] = DILocation::getDistinct( in updateInlinedAtInfo()
1310 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1361 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2150 (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/
DLLParser.cpp3309 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/
DLLParser.cpp3599 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/
DCodeGenModule.cpp4240 InternalId = llvm::MDNode::getDistinct(getLLVMContext(), in CreateMetadataIdentifierForType()