Home
last modified time | relevance | path

Searched refs:isGPR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp134 static bool isGPR(MCRegister Reg) { in isGPR() function in __anon4993c57e0111::RISCVMCInstrAnalysis
139 assert(isGPR(Reg) && Reg != RISCV::X0 && "Invalid GPR reg"); in getRegIndex()
192 if (isGPR(DefReg)) in updateState()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp488 bool isGPR() const { in isGPR() function
521 bool isGPRAsFPR() const { return isGPR() && Reg.IsGPRAsFPR; } in isGPRAsFPR()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp238 bool isGPR() const { in isGPR() function in __anon571544da0111::LoongArchOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td203 let PredicateMethod = "isGPR";
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td230 let PredicateMethod = "isGPR";