Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp28 const MCOperand &DispMO, MCRegister Index, in printAddress() argument
30 printOperand(DispMO, MAI, O); in printAddress()
225 const MCOperand &DispMO = MI->getOperand(OpNum + 1); in printBDLAddrOperand()
227 printOperand(DispMO, &MAI, O); in printBDLAddrOperand()
239 const MCOperand &DispMO = MI->getOperand(OpNum + 1); in printBDRAddrOperand()
241 printOperand(DispMO, &MAI, O); in printBDRAddrOperand()
224 const MCOperand &DispMO = MI->getOperand(OpNum + 1); printBDLAddrOperand() local
238 const MCOperand &DispMO = MI->getOperand(OpNum + 1); printBDRAddrOperand() local
H A DSystemZInstPrinter.h37 const MCOperand &DispMO, MCRegister Index, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp993 const MachineOperand &DispMO = MI.getOperand(1); in selectAddr() local
1023 .addDisp(DispMO, 0) in selectAddr()
1045 .addDisp(DispMO, 0, RISCVII::MO_HI); in selectAddr()
1051 .addDisp(DispMO, 0, RISCVII::MO_LO); in selectAddr()
1077 .addDisp(DispMO, 0) in selectAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp913 const MCOperand &DispMO, unsigned Index, in printAddress() argument
915 printOperand(DispMO, MAI, OS); in printAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4502 const MachineOperand &DispMO = MemI.getOperand(MemRefBegin + X86::AddrDisp); in getAddrModeFromMemoryOp() local
4504 if (!DispMO.isImm()) in getAddrModeFromMemoryOp()
4511 AM.Displacement = DispMO.getImm(); in getAddrModeFromMemoryOp()
4637 const MachineOperand &DispMO = MemOp.getOperand(MemRefBegin + X86::AddrDisp); in getMemOperandsWithOffsetWidth() local
4640 if (!DispMO.isImm()) in getMemOperandsWithOffsetWidth()
4643 Offset = DispMO.getImm(); in getMemOperandsWithOffsetWidth()