| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 45 { SystemZ::R15D, 0x78 }, 56 {SystemZ::R13D, 0x48}, {SystemZ::R14D, 0x50}, {SystemZ::R15D, 0x58}}; 175 unsigned HighGPR = SystemZ::R15D; in assignCalleeSavedSpillSlots() 275 SavedRegs.set(SystemZ::R15D); in determineCalleeSaves() 342 MIB.addReg(SystemZ::R15D).addImm(SpillGPRs.GPROffset); in spillCalleeSavedRegisters() 417 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D); in restoreCalleeSavedRegisters() 571 .addReg(SystemZ::R15D) in emitPrologue() 589 .addReg(SystemZ::R15D) in emitPrologue() 657 .addReg(SystemZ::R1D, RegState::Define).addReg(SystemZ::R15D); in emitPrologue() 658 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, Delta, ZII); in emitPrologue() [all …]
|
| H A D | SystemZRegisterInfo.h | 113 int getStackPointerRegister() final { return SystemZ::R15D; }; in getStackPointerRegister()
|
| H A D | SystemZISelLowering.cpp | 1718 Subtarget.isTargetELF() ? SystemZ::R15D : SystemZ::NoRegister) in getRegisterByName() 10771 BuildMI(MBB, DL, TII->get(SystemZ::SLGFI), SystemZ::R15D) in emitProbedAlloca() 10772 .addReg(SystemZ::R15D) in emitProbedAlloca() 10774 BuildMI(MBB, DL, TII->get(SystemZ::CG)).addReg(SystemZ::R15D) in emitProbedAlloca() 10775 .addReg(SystemZ::R15D).addImm(ProbeSize - 8).addReg(0) in emitProbedAlloca() 10796 BuildMI(MBB, DL, TII->get(SystemZ::SLGR), SystemZ::R15D) in emitProbedAlloca() 10797 .addReg(SystemZ::R15D) in emitProbedAlloca() 10799 BuildMI(MBB, DL, TII->get(SystemZ::CG)).addReg(SystemZ::R15D) in emitProbedAlloca() 10800 .addReg(SystemZ::R15D).addImm(-8).addReg(PHIReg) in emitProbedAlloca() 10807 .addReg(SystemZ::R15D); in emitProbedAlloca()
|
| H A D | SystemZInstrInfo.td | 35 let Defs = [R15D, CC], Uses = [R15D], hasNoSchedulingInfo = 1, 41 let Defs = [R1D, R15D, CC], Uses = [R15D], hasNoSchedulingInfo = 1,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCTargetDesc.cpp | 62 SystemZ::R12D, SystemZ::R13D, SystemZ::R14D, SystemZ::R15D}; 169 nullptr, MRI.getDwarfRegNum(SystemZ::R15D, true), in createSystemZMCAsmInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.h | 235 ENTRY(R15D) \ 269 ENTRY(R15D) \
|
| /freebsd/sys/amd64/amd64/ |
| H A D | bpf_jit_machdep.h | 72 #define R15D 7 macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 295 {codeview::RegisterId::R15D, X86::R15D}, in initLLVMToSEHAndCVRegMapping()
|
| H A D | X86BaseInfo.h | 1222 case X86::R15D: in isX86_64ExtendedReg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 89 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R10D, R11D, R12D, R14D, R15D]; 101 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R11D, R12D, R14D, R15D]; 108 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R12D, R13D, R14D, R15D]; 1044 CCIfType<[i32], CCAssignToReg<[R12D, R13D, R14D, R15D, EDI, ESI,
|
| H A D | X86RegisterInfo.td | 257 def R15D : X86Reg<"r15d", 15, [R15W,R15WH]>; 300 def R15 : X86Reg<"r15", 15, [R15D]>, DwarfRegNum<[15, -2, -2]>; 583 R24D, R25D, R26D, R27D, R30D, R31D, R14D, R15D,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CodeViewRegisterMapping.cpp | 709 case llvm::codeview::RegisterId::R15D: in GetRegisterSize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRegisters.def | 264 CV_REGISTER(R15D, 367)
|