Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h322 replaceOperandWith(I + 1, New);
1087 replaceOperandWith(4, Elements.get());
1091 replaceOperandWith(5, VTableHolder);
1095 replaceOperandWith(6, TemplateParams.get());
1347 replaceOperandWith(4, N.get());
1350 replaceOperandWith(5, N.get());
1353 replaceOperandWith(6, N.get());
1356 replaceOperandWith(7, N.get());
1464 void replaceOperandWith(unsigned I, Metadata *New) = delete;
1845 void replaceUnit(DICompileUnit *CU) { replaceOperandWith(5, CU); }
[all …]
H A DMetadata.h927 void replaceOperandWith(unsigned I, Metadata *New);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMDBuilder.cpp125 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DDebugInfo.cpp310 LoopID->replaceOperandWith(0, LoopID); in stripDebugLocFromLoopID()
659 T->replaceOperandWith(N, remapDebugLoc(Loc)); in stripNonLineTableDebugInfo()
H A DMetadata.cpp859 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp143 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
H A DInductiveRangeCheckElimination.cpp428 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGLoopInfo.cpp150 LoopID->replaceOperandWith(0, LoopID); in createMetadata()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp286 NewLoopID->replaceOperandWith(0, NewLoopID); in setLoopAlreadyUnrolled()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp279 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()
H A DLoopVectorize.cpp6286 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp323 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
H A DValueMapper.cpp606 N.replaceOperandWith(I, New); in remapOperands()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp498 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()