Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp95 MachineOperand &HiOperand, MachineOperand &LoOperand);
98 MachineOperand &HiOperand, MachineOperand &LoOperand);
101 MachineOperand &HiOperand, MachineOperand &LoOperand);
104 MachineOperand &HiOperand, MachineOperand &LoOperand);
518 MachineOperand &LoOperand = IsI1Loreg ? I1->getOperand(1) : in combine() local
525 bool IsLoReg = LoOperand.isReg(); 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()
[all …]