| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 225 .addReg(SystemZ::R14D); in emitInstruction() 239 .addReg(SystemZ::R14D); in emitInstruction() 256 .addReg(SystemZ::R14D) in emitInstruction() 265 .addReg(SystemZ::R14D) in emitInstruction() 274 .addReg(SystemZ::R14D) in emitInstruction() 283 .addReg(SystemZ::R14D) in emitInstruction() 292 .addReg(SystemZ::R14D) in emitInstruction() 301 .addReg(SystemZ::R14D) in emitInstruction() 310 .addReg(SystemZ::R14D) in emitInstruction() 319 .addReg(SystemZ::R14D) in emitInstruction() [all …]
|
| H A D | SystemZRegisterInfo.h | 111 int getReturnFunctionAddressRegister() final { return SystemZ::R14D; }; in getReturnFunctionAddressRegister()
|
| H A D | SystemZFrameLowering.cpp | 44 { SystemZ::R14D, 0x70 }, 56 {SystemZ::R13D, 0x48}, {SystemZ::R14D, 0x50}, {SystemZ::R15D, 0x58}}; 265 SavedRegs.set(SystemZ::R14D); in determineCalleeSaves() 570 .addReg(SystemZ::R14D) in emitPrologue() 588 .addReg(SystemZ::R14D, RegState::Define) in emitPrologue()
|
| H A D | SystemZInstrInfo.td | 308 let isCall = 1, Defs = [R14D, CC], Uses = [FPC] in { 317 let isCall = 1, Defs = [R14D, CC] in {
|
| H A D | SystemZISelLowering.cpp | 1788 SystemZ::R14D, 0 }; in getScratchRegisters()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCTargetDesc.cpp | 62 SystemZ::R12D, SystemZ::R13D, SystemZ::R14D, SystemZ::R15D}; 183 InitSystemZMCRegisterInfo(X, SystemZ::R14D); in createSystemZMCRegisterInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.h | 234 ENTRY(R14D) \ 268 ENTRY(R14D) \
|
| /freebsd/sys/amd64/amd64/ |
| H A D | bpf_jit_machdep.h | 71 #define R14D 6 macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 294 {codeview::RegisterId::R14D, X86::R14D}, in initLLVMToSEHAndCVRegMapping()
|
| H A D | X86BaseInfo.h | 1221 case X86::R14D: 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 | 256 def R14D : X86Reg<"r14d", 14, [R14W,R14WH]>; 299 def R14 : X86Reg<"r14", 14, [R14D]>, DwarfRegNum<[14, -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 | 708 case llvm::codeview::RegisterId::R14D: in GetRegisterSize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRegisters.def | 263 CV_REGISTER(R14D, 366)
|