Lines Matching refs:LoweredMI
96 static void lowerAlignmentHint(const MachineInstr *MI, MCInst &LoweredMI, in lowerAlignmentHint() argument
115 LoweredMI.setOpcode(Opcode); in lowerAlignmentHint()
116 LoweredMI.addOperand(MCOperand::createImm(AlignmentHint)); in lowerAlignmentHint()
201 MCInst LoweredMI; in emitInstruction() local
204 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()
250 LoweredMI = MCInstBuilder(SystemZ::CIB) in emitInstruction()
259 LoweredMI = MCInstBuilder(SystemZ::CGIB) in emitInstruction()
268 LoweredMI = MCInstBuilder(SystemZ::CLRB) in emitInstruction()
277 LoweredMI = MCInstBuilder(SystemZ::CLGRB) in emitInstruction()
286 LoweredMI = MCInstBuilder(SystemZ::CLIB) in emitInstruction()
295 LoweredMI = MCInstBuilder(SystemZ::CLGIB) in emitInstruction()
364 LoweredMI = MCInstBuilder(SystemZ::BRASL) in emitInstruction()
370 LoweredMI = MCInstBuilder(SystemZ::BASR) in emitInstruction()
376 LoweredMI = MCInstBuilder(SystemZ::JG) in emitInstruction()
381 LoweredMI = MCInstBuilder(SystemZ::BRCL) in emitInstruction()
388 LoweredMI = MCInstBuilder(SystemZ::BR) in emitInstruction()
393 LoweredMI = MCInstBuilder(SystemZ::BCR) in emitInstruction()
400 LoweredMI = MCInstBuilder(SystemZ::CRB) in emitInstruction()
409 LoweredMI = MCInstBuilder(SystemZ::CGRB) in emitInstruction()
418 LoweredMI = MCInstBuilder(SystemZ::CIB) in emitInstruction()
427 LoweredMI = MCInstBuilder(SystemZ::CGIB) in emitInstruction()
436 LoweredMI = MCInstBuilder(SystemZ::CLRB) in emitInstruction()
445 LoweredMI = MCInstBuilder(SystemZ::CLGRB) in emitInstruction()
454 LoweredMI = MCInstBuilder(SystemZ::CLIB) in emitInstruction()
463 LoweredMI = MCInstBuilder(SystemZ::CLGIB) in emitInstruction()
472 LoweredMI = MCInstBuilder(SystemZ::BRASL) in emitInstruction()
479 LoweredMI = MCInstBuilder(SystemZ::BRASL) in emitInstruction()
486 LoweredMI = MCInstBuilder(SystemZ::LARL) in emitInstruction()
492 LoweredMI = MCInstBuilder(SystemZ::IILF) in emitInstruction()
498 LoweredMI = MCInstBuilder(SystemZ::IIHF) in emitInstruction()
505 LoweredMI = lowerRIEfLow(MI, SystemZ::RISBHG); in emitInstruction()
510 LoweredMI = lowerRIEfLow(MI, SystemZ::RISBLG); in emitInstruction()
514 LoweredMI = MCInstBuilder(SystemZ::VLVGP) in emitInstruction()
522 LoweredMI = MCInstBuilder(SystemZ::VLR) in emitInstruction()
528 Lower.lower(MI, LoweredMI); in emitInstruction()
529 lowerAlignmentHint(MI, LoweredMI, SystemZ::VLAlign); in emitInstruction()
533 Lower.lower(MI, LoweredMI); in emitInstruction()
534 lowerAlignmentHint(MI, LoweredMI, SystemZ::VSTAlign); in emitInstruction()
538 Lower.lower(MI, LoweredMI); in emitInstruction()
539 lowerAlignmentHint(MI, LoweredMI, SystemZ::VLMAlign); in emitInstruction()
543 Lower.lower(MI, LoweredMI); in emitInstruction()
544 lowerAlignmentHint(MI, LoweredMI, SystemZ::VSTMAlign); in emitInstruction()
548 LoweredMI = lowerSubvectorLoad(MI, SystemZ::VLREPF); in emitInstruction()
552 LoweredMI = lowerSubvectorLoad(MI, SystemZ::VLREPG); in emitInstruction()
556 LoweredMI = lowerSubvectorStore(MI, SystemZ::VSTEF); in emitInstruction()
560 LoweredMI = lowerSubvectorStore(MI, SystemZ::VSTEG); in emitInstruction()
564 LoweredMI = MCInstBuilder(SystemZ::VLGVF) in emitInstruction()
571 LoweredMI = MCInstBuilder(SystemZ::VLVGF) in emitInstruction()
579 case SystemZ::NAME##64: LoweredMI = lowerRILow(MI, SystemZ::NAME); break in emitInstruction()
596 case SystemZ::NAME##64: LoweredMI = lowerRIHigh(MI, SystemZ::NAME); break in emitInstruction()
614 LoweredMI = MCInstBuilder(SystemZ::BCRAsm) in emitInstruction()
617 LoweredMI = MCInstBuilder(SystemZ::BCRAsm) in emitInstruction()
631 LoweredMI = MCInstBuilder(SystemZ::J) in emitInstruction()
644 LoweredMI = MCInstBuilder(SystemZ::BRC) in emitInstruction()
690 Lower.lower(MI, LoweredMI); in emitInstruction()
693 EmitToStreamer(*OutStreamer, LoweredMI); in emitInstruction()