Home
last modified time | relevance | path

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

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