Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
H A DCMakeLists.txt36 SystemZShortenInst.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn52 "SystemZShortenInst.cpp",