/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 298 replaceOperandWith(I + 1, New); 910 replaceOperandWith(4, Elements.get()); 913 replaceOperandWith(5, VTableHolder); 916 replaceOperandWith(6, TemplateParams.get()); 1118 replaceOperandWith(4, N.get()); 1121 replaceOperandWith(5, N.get()); 1124 replaceOperandWith(6, N.get()); 1127 replaceOperandWith(7, N.get()); 1129 void replaceMacros(DIMacroNodeArray N) { replaceOperandWith(8, N.get()); } 1200 void replaceOperandWith(unsigned I, Metadata *New) = delete; [all …]
|
D | Metadata.h | 870 void replaceOperandWith(unsigned I, Metadata *New);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 322 replaceOperandWith(I + 1, New); 1082 replaceOperandWith(4, Elements.get()); 1086 replaceOperandWith(5, VTableHolder); 1090 replaceOperandWith(6, TemplateParams.get()); 1316 replaceOperandWith(4, N.get()); 1319 replaceOperandWith(5, N.get()); 1322 replaceOperandWith(6, N.get()); 1325 replaceOperandWith(7, N.get()); 1327 void replaceMacros(DIMacroNodeArray N) { replaceOperandWith(8, N.get()); } 1421 void replaceOperandWith(unsigned I, Metadata *New) = delete; [all …]
|
D | Metadata.h | 925 void replaceOperandWith(unsigned I, Metadata *New);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 40 T->replaceOperandWith(0, U0); in TEST() 82 T0->replaceOperandWith(0, N1); in TEST()
|
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 40 T->replaceOperandWith(0, U0); in TEST() 82 T0->replaceOperandWith(0, N1); in TEST()
|
/external/llvm/lib/IR/ |
D | MDBuilder.cpp | 97 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
D | Metadata.cpp | 822 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 230 Self->replaceOperandWith(0, Self); in TEST_F() 248 Self->replaceOperandWith(0, Self); in TEST_F() 415 N->replaceOperandWith(0, nullptr); in TEST_F() 446 Wrapped2->replaceOperandWith(0, Empty); in TEST_F() 564 N2->replaceOperandWith(1, nullptr); in TEST_F() 594 N->replaceOperandWith(0, Empty); in TEST_F() 598 N->replaceOperandWith(0, Temp.get()); in TEST_F() 647 Uniqued->replaceOperandWith(0, nullptr); in TEST_F() 736 Temp->replaceOperandWith(0, T); in TEST_F() 844 N->replaceOperandWith(1, nullptr); in TEST_F()
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 98 LoopID->replaceOperandWith(0, LoopID); in createMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 231 Self->replaceOperandWith(0, Self); in TEST_F() 249 Self->replaceOperandWith(0, Self); in TEST_F() 416 N->replaceOperandWith(0, nullptr); in TEST_F() 447 Wrapped2->replaceOperandWith(0, Empty); in TEST_F() 599 N2->replaceOperandWith(1, nullptr); in TEST_F() 629 N->replaceOperandWith(0, Empty); in TEST_F() 633 N->replaceOperandWith(0, Temp.get()); in TEST_F() 682 Uniqued->replaceOperandWith(0, nullptr); in TEST_F() 796 Temp->replaceOperandWith(0, T); in TEST_F() 904 N->replaceOperandWith(1, nullptr); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_loop.cc | 134 loop_id->replaceOperandWith(0, loop_id); in Emit()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 142 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
|
D | LoopUnrollPass.cpp | 634 NewLoopID->replaceOperandWith(0, NewLoopID); in SetLoopAlreadyUnrolled()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 143 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 125 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
D | DebugInfo.cpp | 310 LoopID->replaceOperandWith(0, LoopID); in stripDebugLocFromLoopID() 661 T->replaceOperandWith(N, remapDebugLoc(Loc)); in stripNonLineTableDebugInfo()
|
D | Metadata.cpp | 859 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 301 NewLoopID->replaceOperandWith(0, NewLoopID); in setLoopAlreadyUnrolled()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 388 NewLoopID->replaceOperandWith(0, NewLoopID); in CloneLoopBlocks()
|
D | ValueMapper.cpp | 595 N.replaceOperandWith(I, New); in remapOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 278 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 606 N.replaceOperandWith(I, New); in remapOperands()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 892 void replaceOperandWith(unsigned I, Metadata *New);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 498 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
|