Home
last modified time | relevance | path

Searched refs:replaceOperandWith (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp31 LoopID->replaceOperandWith(0, LoopID); in createLoopPropertiesMetadata()
74 LoopID->replaceOperandWith(0, LoopID); in createPipeliningMetadata()
136 LoopID->replaceOperandWith(0, LoopID); in createPartialUnrollMetadata()
204 LoopID->replaceOperandWith(0, LoopID); in createUnrollAndJamMetadata()
322 LoopID->replaceOperandWith(0, LoopID); in createLoopVectorizeMetadata()
373 LoopID->replaceOperandWith(0, LoopID); in createLoopDistributeMetadata()
410 LoopID->replaceOperandWith(0, LoopID); in createFullUnrollMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h284 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith()
1243 replaceOperandWith(4, Elements.get()); in replaceElements()
1247 replaceOperandWith(5, VTableHolder); in replaceVTableHolder()
1251 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams()
1508 replaceOperandWith(4, N.get()); in replaceEnumTypes()
1511 replaceOperandWith(5, N.get()); in replaceRetainedTypes()
1514 replaceOperandWith(6, N.get()); in replaceGlobalVariables()
1517 replaceOperandWith(7, N.get()); in replaceImportedEntities()
1519 void replaceMacros(DIMacroNodeArray N) { replaceOperandWith(8, N.get()); } in replaceMacros()
1592 void replaceOperandWith(unsigned I, Metadata *New) = delete;
[all …]
H A DMetadata.h960 void replaceOperandWith(unsigned I, Metadata *New);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp164 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DModule.cpp384 Flag->replaceOperandWith(2, Val); in setModuleFlag()
H A DMetadata.cpp871 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
H A DDebugInfo.cpp372 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp254 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
405 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
H A DValueMapper.cpp640 N.replaceOperandWith(I, New); in remapOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp1088 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DTransformMetadata.rst39 ``MDNode::replaceOperandWith`` which is dangerous to use on uniqued
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp450 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp519 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1066 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8194 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()