Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIRBuilder.cpp44 ID = MDNode::getDistinct(Ctx, Args); in getID()
109 MDNode *AccessGroup = MDNode::getDistinct(Ctx, {}); in pushLoop()
170 MData = MDNode::getDistinct(Ctx, Args); in annotateLoopLatch()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A 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()
H A DCloningTest.cpp513 auto *StructType = DICompositeType::getDistinct( in CreateOldFunctionBodyAndDI()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.cpp30 MDNode *LoopID = MDNode::getDistinct(Ctx, NewLoopProperties); in createLoopPropertiesMetadata()
73 MDNode *LoopID = MDNode::getDistinct(Ctx, Args); in createPipeliningMetadata()
135 MDNode *LoopID = MDNode::getDistinct(Ctx, Args); in createPartialUnrollMetadata()
203 MDNode *LoopID = MDNode::getDistinct(Ctx, Args); in createUnrollAndJamMetadata()
321 MDNode *LoopID = MDNode::getDistinct(Ctx, Args); in createLoopVectorizeMetadata()
372 MDNode *LoopID = MDNode::getDistinct(Ctx, Args); in createLoopDistributeMetadata()
409 MDNode *LoopID = MDNode::getDistinct(Ctx, Args); in createFullUnrollMetadata()
483 AccGroup = MDNode::getDistinct(Ctx, {}); in LoopInfo()
H A DCodeGenModule.cpp6742 InternalId = llvm::MDNode::getDistinct(getLLVMContext(), in CreateMetadataIdentifierImpl()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp88 return DISubprogram::getDistinct( in getSubprogram()
96 return DICompileUnit::getDistinct( in getUnit()
106 return DIDerivedType::getDistinct( in getDerivedType()
117 return DICompositeType::getDistinct( in getCompositeType()
357 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
570 TEST_F(MDNodeTest, getDistinct) { in TEST_F() argument
1023 TEST_F(DILocationTest, getDistinct) { in TEST_F() argument
2179 auto *N = DICompileUnit::getDistinct( in TEST_F()
2242 auto *N = DICompileUnit::getDistinct( in TEST_F()
3543 MDTuple::getDistinct(Context, &PH); in TEST_F()
[all …]
H A DDebugInfoTest.cpp240 DIScope *Scope = DISubprogram::getDistinct( in TEST()
254 DIScope *Scope = DISubprogram::getDistinct( in TEST()
H A DIRBuilderTest.cpp881 DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP); in TEST_F()
1033 MDTuple *Elements = MDTuple::getDistinct(Ctx, None); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineInstrTest.cpp204 DIFile *DIF = DIFile::getDistinct(Ctx, "filename", ""); in TEST()
205 DISubprogram *DIS = DISubprogram::getDistinct( in TEST()
272 MDNode *MDN = MDNode::getDistinct(Ctx, None); in TEST()
319 MDNode *MDN = MDNode::getDistinct(Ctx, None); in TEST()
357 MDNode *MDN = MDNode::getDistinct(Ctx, None); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp93 Cache[MD] = Last = DILocation::getDistinct( in appendInlinedAt()
H A DDIBuilder.cpp162 CUNode = DICompileUnit::getDistinct( in createCompileUnit()
743 auto *GV = DIGlobalVariable::getDistinct( in createGlobalVariableExpression()
840 return DISubprogram::getDistinct(std::forward<Ts>(Args)...); in getSubprogram()
941 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
H A DDebugInfo.cpp367 MDNode *NewLoopID = MDNode::getDistinct(OrigLoopID->getContext(), MDs); in updateLoopMetadataDebugLocationsImpl()
559 return DISubprogram::getDistinct( in getReplacementSubprogram()
605 return DICompileUnit::getDistinct( in getReplacementCU()
619 return DILocation::getDistinct(MLD->getContext(), MLD->getLine(), in getReplacementMDLocation()
H A DMDBuilder.cpp167 MDNode *Root = MDNode::getDistinct(Context, Args); in createAnonymousAARoot()
H A DDebugInfoMetadata.cpp692 return CT = DICompositeType::getDistinct( in buildODRType()
734 CT = DICompositeType::getDistinct( in getODRType()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp43 MDTuple::getDistinct(Context, Nodes)); in addModuleFlags()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h1094 static inline MDTuple *getDistinct(LLVMContext &Context,
1368 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1408 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1409 return MDTuple::getDistinct(Context, MDs);
H A DDebugInfoMetadata.h41 static CLASS *getDistinct(LLVMContext &Context, \
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp504 auto *DGVE = DIGlobalVariableExpression::getDistinct( in upgradeCUVariables()
517 auto *DGVE = DIGlobalVariableExpression::getDistinct( in upgradeCUVariables()
1174 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) in parseOneMetadata()
1294 MetadataList.assignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in parseOneMetadata()
1638 auto *CU = DICompileUnit::getDistinct( in parseOneMetadata()
1954 DGVE = DIGlobalVariableExpression::getDistinct( in parseOneMetadata()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp1376 MDTuple *New = MDTuple::getDistinct( in linkModuleFlagsMetadata()
1380 MDNode *Flag = MDTuple::getDistinct(DstM.getContext(), FlagOps); in linkModuleFlagsMetadata()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1155 MDNode *NewLoopID = MDNode::getDistinct(Context, MDs); in makePostTransformationMetadata()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp969 llvm::MDNode *accessGroup = llvm::MDNode::getDistinct(ctx, {}); in createAccessGroupMetadata()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1532 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2864 MDNode *LoopID = MDNode::getDistinct(Ctx, NewLoopProperties); in addLoopMetadata()
2928 MDNode *AccessGroup = MDNode::getDistinct(Ctx, {}); in applySimd()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3845 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in parseMDTuple()
4497 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
4842 Result = DICompileUnit::getDistinct( in parseDICompileUnit()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1252 MD = (IsDistinct ? MDTuple::getDistinct in parseMDTuple()