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,
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 DRegisterCoalescer.cpp263 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 DAttributes.h1300 void mergeAttributesForOutlining(Function &Base, const Function &ToMerge);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2405 const Function &ToMerge) { in mergeAttributesForOutlining() argument
2414 mergeFnAttrs(Base, ToMerge); in mergeAttributesForOutlining()