| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 32 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 D | DebugInfoMetadata.h | 296 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 D | Metadata.h | 1226 void replaceOperandWith(unsigned I, Metadata *New);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 384 GVEs[0]->replaceOperandWith(1, InitExpr); in runIPSCCP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 193 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
| H A D | Module.cpp | 373 Flag->replaceOperandWith(2, Val); in setModuleFlag()
|
| H A D | DebugInfo.cpp | 413 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl() 508 NewMD->replaceOperandWith(0, NewMD); in stripLoopMDLoc()
|
| H A D | Metadata.cpp | 1062 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
| H A D | Core.cpp | 1341 N->replaceOperandWith(Index, unwrap<Metadata>(Replacement)); in LLVMReplaceMDNodeOperandWith()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 245 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop() 340 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
|
| H A D | LoopConstrainer.cpp | 450 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
|
| H A D | ValueMapper.cpp | 697 N.replaceOperandWith(I, New); in remapOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 1162 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 509 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1271 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3512 BasicBlockID->replaceOperandWith(0, BasicBlockID); in addBasicBlockMetadata() 4632 ExistingOp->replaceOperandWith( in updateNVPTXMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 7478 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
|