Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.cpp32 LoopID->replaceOperandWith(0, LoopID); in createLoopPropertiesMetadata()
75 LoopID->replaceOperandWith(0, LoopID); in createPipeliningMetadata()
137 LoopID->replaceOperandWith(0, LoopID); in createPartialUnrollMetadata()
205 LoopID->replaceOperandWith(0, LoopID); in createUnrollAndJamMetadata()
323 LoopID->replaceOperandWith(0, LoopID); in createLoopVectorizeMetadata()
374 LoopID->replaceOperandWith(0, LoopID); in createLoopDistributeMetadata()
411 LoopID->replaceOperandWith(0, LoopID); in createFullUnrollMetadata()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceDIMetadata.cpp79 DbgNode->replaceOperandWith(OpIdx, DbgNode->get(DbgNode->getContext(), TN)); in identifyUninterestingMDNodes()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h290 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith()
318 void replaceOperandWith(unsigned I, Metadata *New) = delete;
1286 replaceOperandWith(4, Elements.get()); in replaceElements()
1290 replaceOperandWith(5, VTableHolder); in replaceVTableHolder()
1294 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams()
1546 replaceOperandWith(4, N.get()); in replaceEnumTypes()
1550 replaceOperandWith(6, N.get()); in replaceGlobalVariables()
1553 replaceOperandWith(7, N.get()); in replaceImportedEntities()
2055 replaceOperandWith(4, Ty); in replaceType()
2105 replaceOperandWith(3, LinkageName); in replaceRawLinkageName()
[all …]
H A DMetadata.h1110 void replaceOperandWith(unsigned I, Metadata *New);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMDBuilder.cpp193 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DModule.cpp385 Flag->replaceOperandWith(2, Val); in setModuleFlag()
H A DMetadata.cpp968 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
H A DDebugInfo.cpp385 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp245 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
340 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
H A DValueMapper.cpp650 N.replaceOperandWith(I, New); in remapOperands()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp1161 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/openbsd/gnu/llvm/llvm/docs/
H A DTransformMetadata.rst39 ``MDNode::replaceOperandWith`` which is dangerous to use on uniqued
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp447 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp505 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1128 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2950 BasicBlockID->replaceOperandWith(0, BasicBlockID); in addBasicBlockMetadata()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7617 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()