Searched refs:ToMerge (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 88 bool tryMergeVector(const RegSeqInfo *Untouched, RegSeqInfo *ToMerge, 150 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() argument 153 for (auto &It : ToMerge->RegToChan) { in tryMergeVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 263 void mergeSubRangeInto(LiveInterval &LI, const LiveRange &ToMerge, 3578 const LiveRange &ToMerge, in mergeSubRangeInto() argument 3585 [this, &Allocator, &ToMerge, &CP](LiveInterval::SubRange &SR) { in mergeSubRangeInto() 3587 SR.assign(ToMerge, Allocator); in mergeSubRangeInto() 3590 LiveRange RangeCopy(ToMerge, Allocator); in mergeSubRangeInto()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 1300 void mergeAttributesForOutlining(Function &Base, const Function &ToMerge);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 2405 const Function &ToMerge) { in mergeAttributesForOutlining() argument 2414 mergeFnAttrs(Base, ToMerge); in mergeAttributesForOutlining()
|