Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGLoopInfo.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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.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 …]
HDMetadata.h1236 void replaceOperandWith(unsigned I, Metadata *New);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSCCP.cpp372 GVEs[0]->replaceOperandWith(1, InitExpr); in runIPSCCP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDMDBuilder.cpp207 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
HDModule.cpp395 Flag->replaceOperandWith(2, Val); in setModuleFlag()
HDDebugInfo.cpp418 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
513 NewMD->replaceOperandWith(0, NewMD); in stripLoopMDLoc()
HDMetadata.cpp1071 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
HDCore.cpp1425 N->replaceOperandWith(Index, unwrap<Metadata>(Replacement)); in LLVMReplaceMDNodeOperandWith()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp245 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
340 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
HDLoopConstrainer.cpp456 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
HDValueMapper.cpp707 N.replaceOperandWith(I, New); in remapOperands()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp1193 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp509 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp1274 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp5044 BasicBlockID->replaceOperandWith(0, BasicBlockID); in addBasicBlockMetadata()
6188 ExistingOp->replaceOperandWith( in updateNVPTXMetadata()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp7200 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()