Searched refs:ZII (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 704 auto *ZII = in emitEpilogue() local 733 NumBytes, ZII); in emitEpilogue() 739 MBBI->setDesc(ZII->get(NewOpcode)); in emitEpilogue() 749 auto *ZII = in inlineStackProbe() local 791 BuildMI(*MBB, MBBI, DL, ZII->get(SystemZ::LGR)) in inlineStackProbe() 811 ZII); in inlineStackProbe() 835 BuildMI(*MBB, MBBI, DL, ZII->get(SystemZ::STG)) in inlineStackProbe() 1244 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::STG)) in emitPrologue() 1252 ZII); in emitPrologue() 1269 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::LGR), in emitPrologue() [all …]
|