Searched refs:getDistinct (Results 1 – 7 of 7) sorted by relevance
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 79 MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); } in getTuple() 81 return MDSubroutineType::getDistinct(Context, 0, getNode(nullptr)); in getSubroutineType() 84 return MDSubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram() 90 return MDFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile() 97 return MDDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType() 109 return MDCompositeType::getDistinct( in getCompositeType() 351 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() 352 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F() 373 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() 374 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F() [all …]
|
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 773 static inline MDTuple *getDistinct(LLVMContext &Context, 996 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1024 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1025 return MDTuple::getDistinct(Context, MDs);
|
D | DebugInfoMetadata.h | 32 static CLASS *getDistinct(LLVMContext &Context, \
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 858 Last = IANodes[MD] = MDLocation::getDistinct( in updateInlinedAtInfo() 880 InlinedAtNode = MDLocation::getDistinct( in fixupLineNumbers()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 718 return MDLexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1574 (DISTINCT ? CLASS::getDistinct ARGS : CLASS::get ARGS) in ParseMetadata() 1694 MDValueList.AssignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in ParseMetadata()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2968 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple() 3370 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
|