Searched refs:SystemZShortenInst (Results 1 – 2 of 2) sorted by relevance
24 class SystemZShortenInst : public MachineFunctionPass { class27 SystemZShortenInst(const SystemZTargetMachine &tm);48 char SystemZShortenInst::ID = 0;52 return new SystemZShortenInst(TM); in createSystemZShortenInstPass()55 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst() function in SystemZShortenInst75 bool SystemZShortenInst::shortenIIF(MachineInstr &MI, unsigned *GPRMap, in shortenIIF()101 bool SystemZShortenInst::processBlock(MachineBasicBlock &MBB) { in processBlock()152 bool SystemZShortenInst::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
29 SystemZShortenInst.cpp