Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h296 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith()
1297 replaceOperandWith(4, Elements.get()); in replaceElements()
1301 replaceOperandWith(5, VTableHolder); in replaceVTableHolder()
1305 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams()
1558 replaceOperandWith(4, N.get()); in replaceEnumTypes()
1562 replaceOperandWith(6, N.get()); in replaceGlobalVariables()
1565 replaceOperandWith(7, N.get()); in replaceImportedEntities()
1819 replaceOperandWith(4, Ty); in replaceType()
1870 replaceOperandWith(3, LinkageName); in replaceRawLinkageName()
1873 replaceOperandWith(7, N.get()); in replaceRetainedNodes()
[all …]
H A DMetadata.h1226 void replaceOperandWith(unsigned I, Metadata *New);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp384 GVEs[0]->replaceOperandWith(1, InitExpr); in runIPSCCP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp193 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DModule.cpp373 Flag->replaceOperandWith(2, Val); in setModuleFlag()
H A DDebugInfo.cpp413 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
508 NewMD->replaceOperandWith(0, NewMD); in stripLoopMDLoc()
H A DMetadata.cpp1062 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
H A DCore.cpp1341 N->replaceOperandWith(Index, unwrap<Metadata>(Replacement)); in LLVMReplaceMDNodeOperandWith()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp245 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
340 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
H A DLoopConstrainer.cpp450 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
H A DValueMapper.cpp697 N.replaceOperandWith(I, New); in remapOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1162 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp509 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1271 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3512 BasicBlockID->replaceOperandWith(0, BasicBlockID); in addBasicBlockMetadata()
4632 ExistingOp->replaceOperandWith( in updateNVPTXMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7478 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()