Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8228 MachineOperand ByteMO = earlyUseOperand(MI.getOperand(3)); in emitMemMemWrapper() local
8229 if (ByteMO.isImm()) in emitMemMemWrapper()
8231 .add(SBase).addImm(SDisp).add(ByteMO); in emitMemMemWrapper()
8234 .add(ByteMO).add(SBase).addImm(SDisp).addReg(0); in emitMemMemWrapper()