Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h302 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith()
330 void replaceOperandWith(unsigned I, Metadata *New) = delete;
1899 replaceOperandWith(MY_FIRST_OPERAND + 1, Elements.get()); in replaceElements()
1903 replaceOperandWith(MY_FIRST_OPERAND + 2, VTableHolder); in replaceVTableHolder()
1907 replaceOperandWith(MY_FIRST_OPERAND + 3, TemplateParams.get()); in replaceTemplateParams()
2164 replaceOperandWith(4, N.get()); in replaceEnumTypes()
2166 void replaceRetainedTypes(DITypeArray N) { replaceOperandWith(5, N.get()); } in replaceRetainedTypes()
2168 replaceOperandWith(6, N.get()); in replaceGlobalVariables()
2171 replaceOperandWith(7, N.get()); in replaceImportedEntities()
2173 void replaceMacros(DIMacroNodeArray N) { replaceOperandWith(8, N.get()); } in replaceMacros()
[all …]
H A DMetadata.h1236 LLVM_ABI void replaceOperandWith(unsigned I, Metadata *New);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp345 GVEs[0]->replaceOperandWith(1, InitExpr); in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp206 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
H A DModule.cpp407 Flag->replaceOperandWith(2, Val); in setModuleFlag()
H A DDebugInfo.cpp445 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
540 NewMD->replaceOperandWith(0, NewMD); in stripLoopMDLoc()
H A DMetadata.cpp1078 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
H A DCore.cpp1428 N->replaceOperandWith(Index, unwrap<Metadata>(Replacement)); in LLVMReplaceMDNodeOperandWith()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp573 LoopID->replaceOperandWith(0, LoopID); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp456 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
H A DLoopUtils.cpp246 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
341 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
H A DValueMapper.cpp709 N.replaceOperandWith(I, New); in remapOperands()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1205 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp835 DIS->replaceOperandWith(7, (MDTuple::get(F.getContext(), RetainedNodesVec))); in buildFrameDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp506 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7128 NewLoopID->replaceOperandWith(0, NewLoopID); in addRuntimeUnrollDisableMetaData()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5332 BasicBlockID->replaceOperandWith(0, BasicBlockID); in addBasicBlockMetadata()