Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DMetadataTest.cpp144 Self->replaceOperandWith(0, Self); in TEST_F()
163 Self->replaceOperandWith(0, Self); in TEST_F()
220 N->replaceOperandWith(0, nullptr); in TEST_F()
251 Wrapped2->replaceOperandWith(0, Empty); in TEST_F()
349 N2->replaceOperandWith(1, nullptr); in TEST_F()
379 N->replaceOperandWith(0, Empty); in TEST_F()
383 N->replaceOperandWith(0, Temp.get()); in TEST_F()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp60 LoopID->replaceOperandWith(0, LoopID); in createMetadata()
H A DCGStmt.cpp674 LoopID->replaceOperandWith(0, LoopID); // First op points to itself. in EmitCondBrHints()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp121 Node->replaceOperandWith(Elt, F ? ConstantAsMetadata::get(F) : nullptr); in replaceFunctionField()
679 N->replaceOperandWith(4, Elements); in setArraysHelper()
682 N->replaceOperandWith(6, TParams); in setArraysHelper()
697 N->replaceOperandWith(5, ContainingType.getRef()); in setContainingType()
820 const_cast<MDNode *>(DbgNode)->replaceOperandWith(4, Subprograms); in replaceSubprograms()
828 const_cast<MDNode *>(DbgNode)->replaceOperandWith(5, GlobalVariables); in replaceGlobalVariables()
H A DMDBuilder.cpp84 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DMetadata.cpp750 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp253 NewLoopID->replaceOperandWith(0, NewLoopID); in CloneLoopBlocks()
H A DValueMapper.cpp263 NewMD->replaceOperandWith(I, in mapDistinctNode()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h640 void replaceOperandWith(unsigned I, Metadata *New);
847 void replaceOperandWith(unsigned I, Metadata *New) LLVM_DELETED_FUNCTION;
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp318 NewLoopID->replaceOperandWith(0, NewLoopID); in SetLoopAlreadyUnrolled()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1216 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()