Searched refs:replaceOperandWith (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 31 LoopID->replaceOperandWith(0, LoopID); in createLoopPropertiesMetadata() 74 LoopID->replaceOperandWith(0, LoopID); in createPipeliningMetadata() 136 LoopID->replaceOperandWith(0, LoopID); in createPartialUnrollMetadata() 204 LoopID->replaceOperandWith(0, LoopID); in createUnrollAndJamMetadata() 322 LoopID->replaceOperandWith(0, LoopID); in createLoopVectorizeMetadata() 373 LoopID->replaceOperandWith(0, LoopID); in createLoopDistributeMetadata() 410 LoopID->replaceOperandWith(0, LoopID); in createFullUnrollMetadata()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 284 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith() 1243 replaceOperandWith(4, Elements.get()); in replaceElements() 1247 replaceOperandWith(5, VTableHolder); in replaceVTableHolder() 1251 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams() 1508 replaceOperandWith(4, N.get()); in replaceEnumTypes() 1511 replaceOperandWith(5, N.get()); in replaceRetainedTypes() 1514 replaceOperandWith(6, N.get()); in replaceGlobalVariables() 1517 replaceOperandWith(7, N.get()); in replaceImportedEntities() 1592 void replaceOperandWith(unsigned I, Metadata *New) = delete; 2050 replaceOperandWith(3, LinkageName); in replaceRawLinkageName() [all …]
|
| H A D | Metadata.h | 960 void replaceOperandWith(unsigned I, Metadata *New);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 164 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
| H A D | Module.cpp | 388 Flag->replaceOperandWith(2, Val); in setModuleFlag()
|
| H A D | Metadata.cpp | 877 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
| H A D | DebugInfo.cpp | 370 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 253 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop() 348 FollowupLoopID->replaceOperandWith(0, FollowupLoopID); in makeFollowupLoopID()
|
| H A D | ValueMapper.cpp | 640 N.replaceOperandWith(I, New); in remapOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 1154 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 450 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 519 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1077 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 8286 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
|