Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp24 class SystemZShortenInst : public MachineFunctionPass { class
27 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 SystemZShortenInst
75 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()
DCMakeLists.txt29 SystemZShortenInst.cpp