Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp26 class SystemZShortenInst : public MachineFunctionPass { class
29 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()
206 bool SystemZShortenInst::processBlock(MachineBasicBlock &MBB) { in processBlock()
[all …]