Searched refs:isGPR (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp121 static bool isGPR(unsigned Reg) { function in class:__anon2598::RISCVMCInstrAnalysis
126 assert(isGPR(Reg) && Reg != RISCV::X0 && "Invalid GPR reg");
179 if (isGPR(DefReg))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp44 static bool isGPR(const TargetRegisterClass *RC) { function in namespace:__anon2718
58 if (isGPR(RC))
758 if (!isGPR(MRI->getRegClass(Reg)))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp187 bool isGPR() const { function in class:__anon2480::LoongArchOperand
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp470 bool isGPR() const { function in struct:__anon2584::final
475 bool isGPRAsFPR() const { return isGPR() && Reg.IsGPRAsFPR; }

Completed in 144 milliseconds