Searched refs:DoubleRegDest (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 511 unsigned DoubleRegDest = in combine() local 514 assert(DoubleRegDest != 0 && "Expect a valid register"); in combine() 530 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine() 532 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine() 534 emitCombineIR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine() 536 emitCombineII(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
|