Searched refs:SystemZShortenInst (Results 1 – 1 of 1) sorted by relevance
26 class SystemZShortenInst : public MachineFunctionPass { class29 SystemZShortenInst(const SystemZTargetMachine &tm);56 char SystemZShortenInst::ID = 0;60 return new SystemZShortenInst(TM); in createSystemZShortenInstPass()63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst() function in SystemZShortenInst76 bool SystemZShortenInst::shortenIIF(MachineInstr &MI, unsigned LLIxL, in shortenIIF()109 bool SystemZShortenInst::shortenOn0(MachineInstr &MI, unsigned Opcode) { in shortenOn0()119 bool SystemZShortenInst::shortenOn01(MachineInstr &MI, unsigned Opcode) { in shortenOn01()131 bool SystemZShortenInst::shortenOn001(MachineInstr &MI, unsigned Opcode) { in shortenOn001()206 bool SystemZShortenInst::processBlock(MachineBasicBlock &MBB) { in processBlock()[all …]