Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h297 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith()
325 void replaceOperandWith(unsigned I, Metadata *New) = delete;
1355 replaceOperandWith(4, Elements.get()); in replaceElements()
1359 replaceOperandWith(5, VTableHolder); in replaceVTableHolder()
1363 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams()
1616 replaceOperandWith(4, N.get()); in replaceEnumTypes()
1618 void replaceRetainedTypes(DITypeArray N) { replaceOperandWith(5, N.get()); } in replaceRetainedTypes()
1620 replaceOperandWith(6, N.get()); in replaceGlobalVariables()
1623 replaceOperandWith(7, N.get()); in replaceImportedEntities()
1625 void replaceMacros(DIMacroNodeArray N) { replaceOperandWith(8, N.get()); } in replaceMacros()
[all …]
H A DMetadata.h1236 void replaceOperandWith(unsigned I, Metadata *New);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp372 GVEs[0]->replaceOperandWith(1, InitExpr); in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp207 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DModule.cpp395 Flag->replaceOperandWith(2, Val); in setModuleFlag()
H A DDebugInfo.cpp418 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
513 NewMD->replaceOperandWith(0, NewMD); in stripLoopMDLoc()
H A DMetadata.cpp1071 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
H A DCore.cpp1425 N->replaceOperandWith(Index, unwrap<Metadata>(Replacement)); in LLVMReplaceMDNodeOperandWith()
/freebsd/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.cpp456 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
H A DValueMapper.cpp707 N.replaceOperandWith(I, New); in remapOperands()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1193 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp509 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1274 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5044 BasicBlockID->replaceOperandWith(0, BasicBlockID); in addBasicBlockMetadata()
6188 ExistingOp->replaceOperandWith( in updateNVPTXMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7200 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()