Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp96 MachineOperand &HiOperand, MachineOperand &LoOperand);
99 MachineOperand &HiOperand, MachineOperand &LoOperand);
102 MachineOperand &HiOperand, MachineOperand &LoOperand);
105 MachineOperand &HiOperand, MachineOperand &LoOperand);
108 MachineOperand &HiOperand, MachineOperand &LoOperand);
593 MachineOperand &LoOperand = IsI1Loreg ? I1.getOperand(1) : I2.getOperand(1); in combine() local
598 bool IsLoReg = LoOperand.isReg(); in combine()
601 bool IsC64 = OptForSize && LoOperand.isImm() && HiOperand.isImm() && in combine()
607 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
609 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp2870 SDValue LoOperand = Base.getOperand(1); in SelectAddrRegImm() local
2871 if (auto *GA = dyn_cast<GlobalAddressSDNode>(LoOperand)) { in SelectAddrRegImm()
2884 GA->getGlobal(), SDLoc(LoOperand), LoOperand.getValueType(), in SelectAddrRegImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3783 MCOperand LoOperand = MCOperand::createExpr( in expandMem16Inst() local
3801 emitInstWithOffset(LoOperand); in expandMem16Inst()
3808 emitInstWithOffset(LoOperand); in expandMem16Inst()