Home
last modified time | relevance | path

Searched defs:getBPReg (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchBaseInfo.cpp98 MCRegister getBPReg() { return LoongArch::R31; } getBPReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp103 MCRegister getBPReg() { return RISCV::X9; } getBPReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp34 static Register getBPReg(const CSKYSubtarget &STI) { return CSKY::R7; } in getBPReg() function