Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp27 class SystemZShortenInst : public MachineFunctionPass { class
30 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 SystemZShortenInst
76 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()
144 bool SystemZShortenInst::shortenOn001AddCC(MachineInstr &MI, unsigned Opcode) { in shortenOn001AddCC()
[all …]
DCMakeLists.txt29 SystemZShortenInst.cpp