| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IRBuilder.cpp | 44 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 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()
|
| H A D | CloningTest.cpp | 513 auto *StructType = DICompositeType::getDistinct( in CreateOldFunctionBodyAndDI()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 30 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 D | CodeGenModule.cpp | 6742 InternalId = llvm::MDNode::getDistinct(getLLVMContext(), in CreateMetadataIdentifierImpl()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 88 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 D | DebugInfoTest.cpp | 240 DIScope *Scope = DISubprogram::getDistinct( in TEST() 254 DIScope *Scope = DISubprogram::getDistinct( in TEST()
|
| H A D | IRBuilderTest.cpp | 881 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 D | MachineInstrTest.cpp | 204 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 D | DebugLoc.cpp | 93 Cache[MD] = Last = DILocation::getDistinct( in appendInlinedAt()
|
| H A D | DIBuilder.cpp | 162 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 D | DebugInfo.cpp | 367 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 D | MDBuilder.cpp | 167 MDNode *Root = MDNode::getDistinct(Context, Args); in createAnonymousAARoot()
|
| H A D | DebugInfoMetadata.cpp | 692 return CT = DICompositeType::getDistinct( in buildODRType() 734 CT = DICompositeType::getDistinct( in getODRType()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 43 MDTuple::getDistinct(Context, Nodes)); in addModuleFlags()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 1094 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 D | DebugInfoMetadata.h | 41 static CLASS *getDistinct(LLVMContext &Context, \
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 504 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 D | IRMover.cpp | 1376 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 D | LoopInfo.cpp | 1155 MDNode *NewLoopID = MDNode::getDistinct(Context, MDs); in makePostTransformationMetadata()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ModuleTranslation.cpp | 969 llvm::MDNode *accessGroup = llvm::MDNode::getDistinct(ctx, {}); in createAccessGroupMetadata()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1532 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2864 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 D | LLParser.cpp | 3845 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 D | MIParser.cpp | 1252 MD = (IsDistinct ? MDTuple::getDistinct in parseMDTuple()
|