Searched refs:replaceOperandWith (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 274 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith() 1041 replaceOperandWith(4, Elements.get()); in replaceElements() 1045 replaceOperandWith(5, VTableHolder); in replaceVTableHolder() 1049 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams() 1301 replaceOperandWith(4, N.get()); in replaceEnumTypes() 1304 replaceOperandWith(5, N.get()); in replaceRetainedTypes() 1307 replaceOperandWith(6, N.get()); in replaceGlobalVariables() 1310 replaceOperandWith(7, N.get()); in replaceImportedEntities() 1312 void replaceMacros(DIMacroNodeArray N) { replaceOperandWith(8, N.get()); } in replaceMacros() 1418 void replaceOperandWith(unsigned I, Metadata *New) = delete; [all …]
|
D | Metadata.h | 935 void replaceOperandWith(unsigned I, Metadata *New);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 242 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop() 379 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
|
D | ValueMapper.cpp | 605 N.replaceOperandWith(I, New); in remapOperands()
|
D | InlineFunction.cpp | 1383 NewLoopID->replaceOperandWith(0, NewLoopID); in inlineLoopID()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 168 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
D | DebugInfo.cpp | 309 LoopID->replaceOperandWith(0, LoopID); in stripDebugLocFromLoopID() 659 T->replaceOperandWith(N, remapDebugLoc(Loc)); in stripNonLineTableDebugInfo()
|
D | Metadata.cpp | 860 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 1047 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 892 void replaceOperandWith(unsigned I, Metadata *New);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 433 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 508 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6671 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
|