Searched refs:replaceOperandWith (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | DebugInfoMetadata.h | 303 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 …]
|
| HD | Metadata.h | 802 void replaceOperandWith(unsigned I, Metadata *New);
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGLoopInfo.cpp | 61 LoopID->replaceOperandWith(0, LoopID); in createMetadata()
|
| HD | CGStmt.cpp | 681 LoopID->replaceOperandWith(0, LoopID); // First op points to itself. in EmitCondBrHints()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | MDBuilder.cpp | 98 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
| HD | Metadata.cpp | 743 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | LoopUnrollRuntime.cpp | 252 NewLoopID->replaceOperandWith(0, NewLoopID); in CloneLoopBlocks()
|
| HD | ValueMapper.cpp | 212 NewNode->replaceOperandWith(I, New); in remap()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LoopUnrollPass.cpp | 643 NewLoopID->replaceOperandWith(0, NewLoopID); in SetLoopAlreadyUnrolled()
|
| /NextBSD/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 1392 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata() 1527 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
|