Home
last modified time | relevance | path

Searched defs:getFPReg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp179 unsigned WebAssemblyFrameLowering::getFPReg(const MachineFunction &MF) { getFPReg() function in WebAssemblyFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp30 static Register getFPReg(const CSKYSubtarget &STI) { return CSKY::R8; } in getFPReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp314 static unsigned getFPReg(const MachineOperand &MO) { in getFPReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp376 static Register getFPReg(const RISCVSubtarget &STI) { return RISCV::X8; } in getFPReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp136 int getFPReg() const { return FPReg; } in getFPReg() function in __anon6be9c9a00111::UnwindContext