Searched refs:replaceOperandWith (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 144 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 D | CGLoopInfo.cpp | 60 LoopID->replaceOperandWith(0, LoopID); in createMetadata()
|
| H A D | CGStmt.cpp | 674 LoopID->replaceOperandWith(0, LoopID); // First op points to itself. in EmitCondBrHints()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 121 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 D | MDBuilder.cpp | 84 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
| H A D | Metadata.cpp | 750 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 253 NewLoopID->replaceOperandWith(0, NewLoopID); in CloneLoopBlocks()
|
| H A D | ValueMapper.cpp | 263 NewMD->replaceOperandWith(I, in mapDistinctNode()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 640 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 D | LoopUnrollPass.cpp | 318 NewLoopID->replaceOperandWith(0, NewLoopID); in SetLoopAlreadyUnrolled()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1216 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()
|