/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 115 int getFramePointerRegister() final { return SystemZ::R11D; }; in getFramePointerRegister()
|
H A D | SystemZFrameLowering.cpp | 39 { SystemZ::R11D, 0x58 }, 53 {SystemZ::R10D, 0x30}, {SystemZ::R11D, 0x38}, {SystemZ::R12D, 0x40}, 258 SavedRegs.set(SystemZ::R11D); in determineCalleeSaves() 415 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D); in restoreCalleeSavedRegisters() 638 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::LGR), SystemZ::R11D) in emitPrologue() 642 buildDefCFAReg(MBB, MBBI, DL, SystemZ::R11D, ZII); in emitPrologue() 648 MBBJ.addLiveIn(SystemZ::R11D); in emitPrologue()
|
H A D | SystemZCallingConv.td | 69 CCIfType<[i64], CCAssignToReg<[R7D, R8D, R10D, R11D, R12D, R13D,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 231 ENTRY(R11D) \ 265 ENTRY(R11D) \
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.h | 68 #define R11D 3 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 52 SystemZ::R8D, SystemZ::R9D, SystemZ::R10D, SystemZ::R11D,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.td | 251 def R11D : X86Reg<"r11d", 11, [R11W,R11WH]>; 294 def R11 : X86Reg<"r11", 11, [R11D]>, DwarfRegNum<[11, -2, -2]>; 576 R10D, R11D, R16D, R17D, R18D, R19D, R20D, R21D, R22D,
|
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]; 1069 EDX, ECX, R8D, R9D, R11D, EAX]>>,
|
H A D | X86FrameLowering.cpp | 798 : Is64Bit ? X86::R11D in emitStackProbeInlineGenericLoop() 1279 : Is64Bit ? X86::R11D in BuildStackAlignAND() 3182 return Primary ? X86::R11D : X86::R12D; in GetScratchRegister() 3393 const unsigned Reg11 = IsLP64 ? X86::R11 : X86::R11D; in adjustForSegmentedStacks()
|
H A D | X86MCInstLower.cpp | 922 unsigned TempReg = AddrReg == X86::R10 ? X86::R11D : X86::R10D; in LowerKCFI_CHECK()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 291 {codeview::RegisterId::R11D, X86::R11D}, in initLLVMToSEHAndCVRegMapping()
|
H A D | X86BaseInfo.h | 1215 case X86::R11D: in isX86_64ExtendedReg()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CodeViewRegisterMapping.cpp | 705 case llvm::codeview::RegisterId::R11D: in GetRegisterSize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRegisters.def | 259 CV_REGISTER(R11D, 363)
|