Searched refs:LoOperand (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 107 MachineOperand &HiOperand, MachineOperand &LoOperand); 110 MachineOperand &HiOperand, MachineOperand &LoOperand); 113 MachineOperand &HiOperand, MachineOperand &LoOperand); 116 MachineOperand &HiOperand, MachineOperand &LoOperand); 119 MachineOperand &HiOperand, MachineOperand &LoOperand); 610 MachineOperand &LoOperand = IsI1Loreg ? I1.getOperand(1) : I2.getOperand(1); in combine() local 615 bool IsLoReg = LoOperand.isReg(); in combine() 618 bool IsC64 = OptForSize && LoOperand.isImm() && HiOperand.isImm() && in combine() 624 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine() 626 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3770 MCOperand LoOperand = MCOperand::createExpr( in expandMem16Inst() local 3788 emitInstWithOffset(LoOperand); in expandMem16Inst() 3795 emitInstWithOffset(LoOperand); in expandMem16Inst()
|