Searched refs:LoweredMI (Results 1 – 2 of 2) sorted by relevance
96 static void lowerAlignmentHint(const MachineInstr *MI, MCInst &LoweredMI, in lowerAlignmentHint() argument115 LoweredMI.setOpcode(Opcode); in lowerAlignmentHint()116 LoweredMI.addOperand(MCOperand::createImm(AlignmentHint)); in lowerAlignmentHint()201 MCInst LoweredMI; in emitInstruction() local204 LoweredMI = MCInstBuilder(SystemZ::BR) in emitInstruction()209 LoweredMI = MCInstBuilder(SystemZ::B) in emitInstruction()216 LoweredMI = MCInstBuilder(SystemZ::BCR) in emitInstruction()223 LoweredMI = MCInstBuilder(SystemZ::BC) in emitInstruction()232 LoweredMI = MCInstBuilder(SystemZ::CRB) in emitInstruction()241 LoweredMI = MCInstBuilder(SystemZ::CGRB) in emitInstruction()[all …]
55 MCInst LoweredMI; in emitInstruction()56 lowerToMCInst(MI, LoweredMI); in emitInstruction()57 EmitToStreamer(*OutStreamer, LoweredMI); in emitInstruction()