Searched refs:IsGP64bit (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.h | 106 bool IsGP64bit; variable 292 bool isGP64bit() const { return IsGP64bit; } in isGP64bit() 293 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
|
H A D | Mips.td | 24 // Predicates for the GPR size such as IsGP64bit 64 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
|
H A D | MipsSubtarget.cpp | 78 IsGP64bit(false), HasVFPU(false), HasCnMips(false), HasCnMipsP(false), in MipsSubtarget()
|
H A D | MipsScheduleP5600.td | 20 IsGP64bit, IsPTR64bit,
|
H A D | MipsMSAInstrInfo.td | 3930 GPR64), [HasMSA, IsGP64bit]>; 3951 GPR64), [HasMSA, IsGP64bit]>; 3999 GPR64), [HasMSA, IsGP64bit]>; 4037 [HasMSA, IsGP64bit]>;
|
H A D | MipsInstrInfo.td | 186 def IsGP64bit : Predicate<"Subtarget->isGP64bit()">, 267 class GPR_64 { list<Predicate> GPRPredicates = [IsGP64bit]; }
|