Home
last modified time | relevance | path

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/
DDebugInfoMetadata.h274 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 …]
DMetadata.h935 void replaceOperandWith(unsigned I, Metadata *New);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp242 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
379 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
DValueMapper.cpp605 N.replaceOperandWith(I, New); in remapOperands()
DInlineFunction.cpp1383 NewLoopID->replaceOperandWith(0, NewLoopID); in inlineLoopID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp168 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
DDebugInfo.cpp309 LoopID->replaceOperandWith(0, LoopID); in stripDebugLocFromLoopID()
659 T->replaceOperandWith(N, remapDebugLoc(Loc)); in stripNonLineTableDebugInfo()
DMetadata.cpp860 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/
DLoopInfo.cpp1047 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h892 void replaceOperandWith(unsigned I, Metadata *New);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp433 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp508 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6671 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()