Home
last modified time | relevance | path

Searched refs:replaceOperandWith (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.cpp31 LoopID->replaceOperandWith(0, LoopID); in createLoopPropertiesMetadata()
74 LoopID->replaceOperandWith(0, LoopID); in createPipeliningMetadata()
136 LoopID->replaceOperandWith(0, LoopID); in createPartialUnrollMetadata()
204 LoopID->replaceOperandWith(0, LoopID); in createUnrollAndJamMetadata()
322 LoopID->replaceOperandWith(0, LoopID); in createLoopVectorizeMetadata()
373 LoopID->replaceOperandWith(0, LoopID); in createLoopDistributeMetadata()
410 LoopID->replaceOperandWith(0, LoopID); in createFullUnrollMetadata()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIRBuilder.cpp45 ID->replaceOperandWith(0, ID); in getID()
171 MData->replaceOperandWith(0, MData); in annotateLoopLatch()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h288 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith()
1245 replaceOperandWith(4, Elements.get()); in replaceElements()
1249 replaceOperandWith(5, VTableHolder); in replaceVTableHolder()
1253 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams()
1505 replaceOperandWith(4, N.get()); in replaceEnumTypes()
1509 replaceOperandWith(6, N.get()); in replaceGlobalVariables()
1512 replaceOperandWith(7, N.get()); in replaceImportedEntities()
1587 void replaceOperandWith(unsigned I, Metadata *New) = delete;
2007 replaceOperandWith(4, Ty); in replaceType()
2057 replaceOperandWith(3, LinkageName); in replaceRawLinkageName()
[all …]
H A DMetadata.h1111 void replaceOperandWith(unsigned I, Metadata *New);
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp40 T->replaceOperandWith(0, U0); in TEST()
82 T0->replaceOperandWith(0, N1); in TEST()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp232 Self->replaceOperandWith(0, Self); in TEST_F()
250 Self->replaceOperandWith(0, Self); in TEST_F()
499 N->replaceOperandWith(0, nullptr); in TEST_F()
530 Wrapped2->replaceOperandWith(0, Empty); in TEST_F()
682 N2->replaceOperandWith(1, nullptr); in TEST_F()
712 N->replaceOperandWith(0, Empty); in TEST_F()
716 N->replaceOperandWith(0, Temp.get()); in TEST_F()
765 Uniqued->replaceOperandWith(0, nullptr); in TEST_F()
879 Temp->replaceOperandWith(0, T); in TEST_F()
1171 N->replaceOperandWith(1, nullptr); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMDBuilder.cpp172 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DModule.cpp385 Flag->replaceOperandWith(2, Val); in setModuleFlag()
H A DMetadata.cpp968 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
H A DDebugInfo.cpp369 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1008 domain->replaceOperandWith(0, domain); // Self-reference for uniqueness in createAliasScopeMetadata()
1027 scope->replaceOperandWith(0, scope); // Self-reference for uniqueness in createAliasScopeMetadata()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp243 loopMD->replaceOperandWith(0, loopMD); in setLoopMetadata()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp245 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
340 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
H A DValueMapper.cpp651 N.replaceOperandWith(I, New); in remapOperands()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1157 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/llvm-project-15.0.7/llvm/docs/
H A DTransformMetadata.rst39 ``MDNode::replaceOperandWith`` which is dangerous to use on uniqued
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp147 NewLoopID->replaceOperandWith(0, NewLoopID); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp448 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp506 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1106 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2865 LoopID->replaceOperandWith(0, LoopID); in addLoopMetadata()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7543 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()