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.cpp103 MachineOperand &HiOperand, MachineOperand &LoOperand);
106 MachineOperand &HiOperand, MachineOperand &LoOperand);
109 MachineOperand &HiOperand, MachineOperand &LoOperand);
112 MachineOperand &HiOperand, MachineOperand &LoOperand);
115 MachineOperand &HiOperand, MachineOperand &LoOperand);
600 MachineOperand &LoOperand = IsI1Loreg ? I1.getOperand(1) : I2.getOperand(1); in combine() local
605 bool IsLoReg = LoOperand.isReg(); in combine()
608 bool IsC64 = OptForSize && LoOperand.isImm() && HiOperand.isImm() && in combine()
614 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
616 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp2595 SDValue LoOperand = Base.getOperand(1); in SelectAddrRegImm() local
2596 if (auto *GA = dyn_cast<GlobalAddressSDNode>(LoOperand)) { in SelectAddrRegImm()
2609 GA->getGlobal(), SDLoc(LoOperand), LoOperand.getValueType(), in SelectAddrRegImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3840 MCOperand LoOperand = MCOperand::createExpr( in expandMem16Inst() local
3858 emitInstWithOffset(LoOperand); in expandMem16Inst()
3865 emitInstWithOffset(LoOperand); in expandMem16Inst()