Home
last modified time | relevance | path

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

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