Searched refs:IsGP64bit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 101 bool IsGP64bit; variable 276 bool isGP64bit() const { return IsGP64bit; } in isGP64bit() 277 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
|
| H A D | Mips.td | 25 // Predicates for the GPR size such as IsGP64bit 78 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
|
| H A D | MipsSubtarget.cpp | 77 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
|
| H A D | MipsMSAInstrInfo.td | 3932 GPR64), [HasMSA, IsGP64bit]>; 3953 GPR64), [HasMSA, IsGP64bit]>; 4001 GPR64), [HasMSA, IsGP64bit]>; 4039 [HasMSA, IsGP64bit]>;
|
| H A D | MipsInstrInfo.td | 187 def IsGP64bit : Predicate<"Subtarget->isGP64bit()">, 262 class GPR_64 { list<Predicate> GPRPredicates = [IsGP64bit]; }
|