Home
last modified time | relevance | path

Searched refs:ToMerge (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp88 bool tryMergeVector(const RegSeqInfo *Untouched, RegSeqInfo *ToMerge,
149 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() argument
152 for (auto &It : ToMerge->RegToChan) { in tryMergeVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp263 void mergeSubRangeInto(LiveInterval &LI, const LiveRange &ToMerge,
3638 const LiveRange &ToMerge, in mergeSubRangeInto() argument
3645 [this, &Allocator, &ToMerge, &CP](LiveInterval::SubRange &SR) { in mergeSubRangeInto()
3647 SR.assign(ToMerge, Allocator); in mergeSubRangeInto()
3650 LiveRange RangeCopy(ToMerge, Allocator); in mergeSubRangeInto()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1375 const Function &ToMerge);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2704 const Function &ToMerge) { in mergeAttributesForOutlining() argument
2713 mergeFnAttrs(Base, ToMerge); in mergeAttributesForOutlining()