Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp26 class SystemZShortenInst : public MachineFunctionPass { class
29 SystemZShortenInst();
52 char SystemZShortenInst::ID = 0;
55 INITIALIZE_PASS(SystemZShortenInst, DEBUG_TYPE,
59 return new SystemZShortenInst(); in createSystemZShortenInstPass()
62 SystemZShortenInst::SystemZShortenInst() in SystemZShortenInst() function in SystemZShortenInst
77 bool SystemZShortenInst::shortenIIF(MachineInstr &MI, unsigned LLIxL, in shortenIIF()
110 bool SystemZShortenInst::shortenOn0(MachineInstr &MI, unsigned Opcode) { in shortenOn0()
120 bool SystemZShortenInst::shortenOn01(MachineInstr &MI, unsigned Opcode) { in shortenOn01()
207 bool SystemZShortenInst::processBlock(MachineBasicBlock &MBB) { in processBlock()
[all …]