/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceDIMetadata.cpp | 79 DbgNode->replaceOperandWith(OpIdx, DbgNode->get(DbgNode->getContext(), TN)); in identifyUninterestingMDNodes()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 290 replaceOperandWith(I + 1, New); in replaceDwarfOperandWith() 318 void replaceOperandWith(unsigned I, Metadata *New) = delete; 1286 replaceOperandWith(4, Elements.get()); in replaceElements() 1290 replaceOperandWith(5, VTableHolder); in replaceVTableHolder() 1294 replaceOperandWith(6, TemplateParams.get()); in replaceTemplateParams() 1546 replaceOperandWith(4, N.get()); in replaceEnumTypes() 1550 replaceOperandWith(6, N.get()); in replaceGlobalVariables() 1553 replaceOperandWith(7, N.get()); in replaceImportedEntities() 2055 replaceOperandWith(4, Ty); in replaceType() 2105 replaceOperandWith(3, LinkageName); in replaceRawLinkageName() [all …]
|
H A D | Metadata.h | 1110 void replaceOperandWith(unsigned I, Metadata *New);
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 193 Root->replaceOperandWith(0, Root); in createAnonymousAARoot()
|
H A D | Module.cpp | 385 Flag->replaceOperandWith(2, Val); in setModuleFlag()
|
H A D | Metadata.cpp | 968 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() function in MDNode
|
H A D | DebugInfo.cpp | 385 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
|
/openbsd/gnu/llvm/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 | ValueMapper.cpp | 650 N.replaceOperandWith(I, New); in remapOperands()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 1161 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | TransformMetadata.rst | 39 ``MDNode::replaceOperandWith`` which is dangerous to use on uniqued
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 447 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 505 GVs->replaceOperandWith(I, DGVE); in upgradeCUVariables()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1128 SubProgram->replaceOperandWith( in buildFrameDebugInfo()
|
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2950 BasicBlockID->replaceOperandWith(0, BasicBlockID); in addBasicBlockMetadata()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 7617 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
|