Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp596 unsigned DoubleRegDest = TRI->getMatchingSuperReg(LoRegDef, SubLo, SuperRC); in combine() local
597 assert(DoubleRegDest != 0 && "Expect a valid register"); in combine()
614 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
616 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
618 emitCombineIR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
620 emitConst64(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
622 emitCombineII(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()