Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp96 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp55 MCInst LoweredMI; in emitInstruction()
56 lowerToMCInst(MI, LoweredMI); in emitInstruction()
57 EmitToStreamer(*OutStreamer, LoweredMI); in emitInstruction()