Lines Matching refs:SystemZShortenInst
26 class SystemZShortenInst : public MachineFunctionPass { class
29 SystemZShortenInst();
52 char SystemZShortenInst::ID = 0;
55 INITIALIZE_PASS(SystemZShortenInst, DEBUG_TYPE,
59 return new SystemZShortenInst(); in createSystemZShortenInstPass()
62 SystemZShortenInst::SystemZShortenInst() in SystemZShortenInst() function in SystemZShortenInst
77 bool SystemZShortenInst::shortenIIF(MachineInstr &MI, unsigned LLIxL, in shortenIIF()
110 bool SystemZShortenInst::shortenOn0(MachineInstr &MI, unsigned Opcode) { in shortenOn0()
120 bool SystemZShortenInst::shortenOn01(MachineInstr &MI, unsigned Opcode) { in shortenOn01()
132 bool SystemZShortenInst::shortenOn001(MachineInstr &MI, unsigned Opcode) { in shortenOn001()
145 bool SystemZShortenInst::shortenOn001AddCC(MachineInstr &MI, unsigned Opcode) { in shortenOn001AddCC()
158 bool SystemZShortenInst::shortenFPConv(MachineInstr &MI, unsigned Opcode) { in shortenFPConv()
180 bool SystemZShortenInst::shortenFusedFPOp(MachineInstr &MI, unsigned Opcode) { in shortenFusedFPOp()
207 bool SystemZShortenInst::processBlock(MachineBasicBlock &MBB) { in processBlock()
386 bool SystemZShortenInst::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()