Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugInfoMetadata.h303 replaceOperandWith(I + 1, New);
818 replaceOperandWith(4, Elements.get());
821 replaceOperandWith(5, VTableHolder);
824 replaceOperandWith(6, TemplateParams.get());
1089 replaceOperandWith(4, N.get());
1092 replaceOperandWith(5, N.get());
1095 replaceOperandWith(6, N.get());
1098 replaceOperandWith(7, N.get());
1101 replaceOperandWith(8, N.get());
1165 void replaceOperandWith(unsigned I, Metadata *New) = delete;
[all …]
HDMetadata.h802 void replaceOperandWith(unsigned I, Metadata *New);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGLoopInfo.cpp61 LoopID->replaceOperandWith(0, LoopID); in createMetadata()
HDCGStmt.cpp681 LoopID->replaceOperandWith(0, LoopID); // First op points to itself. in EmitCondBrHints()
/NextBSD/contrib/llvm/lib/IR/
HDMDBuilder.cpp98 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
HDMetadata.cpp743 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLoopUnrollRuntime.cpp252 NewLoopID->replaceOperandWith(0, NewLoopID); in CloneLoopBlocks()
HDValueMapper.cpp212 NewNode->replaceOperandWith(I, New); in remap()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.cpp643 NewLoopID->replaceOperandWith(0, NewLoopID); in SetLoopAlreadyUnrolled()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1392 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()
1527 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()