Searched refs:IsGP64bit (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsSubtarget.h | 59 bool IsGP64bit; variable 116 bool isGP64bit() const { return IsGP64bit; } in isGP64bit() 117 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
|
D | MipsSubtarget.cpp | 28 IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false), in MipsSubtarget()
|
D | Mips.td | 33 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 82 bool IsGP64bit; variable 227 bool isGP64bit() const { return IsGP64bit; } in isGP64bit() 228 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
|
D | MipsSubtarget.cpp | 68 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
|
D | Mips.td | 25 // Predicates for the GPR size such as IsGP64bit 70 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
|
D | MipsMSAInstrInfo.td | 3774 GPR64), [HasMSA, IsGP64bit]>; 3795 GPR64), [HasMSA, IsGP64bit]>; 3843 GPR64), [HasMSA, IsGP64bit]>; 3881 [HasMSA, IsGP64bit]>;
|
D | MipsInstrInfo.td | 178 def IsGP64bit : Predicate<"Subtarget->isGP64bit()">, 230 class GPR_64 { list<Predicate> GPRPredicates = [IsGP64bit]; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 101 bool IsGP64bit; variable 276 bool isGP64bit() const { return IsGP64bit; } in isGP64bit() 277 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
|
D | Mips.td | 25 // Predicates for the GPR size such as IsGP64bit 78 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
|
D | MipsSubtarget.cpp | 77 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
|
D | MipsMSAInstrInfo.td | 3920 GPR64), [HasMSA, IsGP64bit]>; 3941 GPR64), [HasMSA, IsGP64bit]>; 3989 GPR64), [HasMSA, IsGP64bit]>; 4027 [HasMSA, IsGP64bit]>;
|
D | MipsInstrInfo.td | 187 def IsGP64bit : Predicate<"Subtarget->isGP64bit()">, 262 class GPR_64 { list<Predicate> GPRPredicates = [IsGP64bit]; }
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 2495 if (Bits[Mips::FeatureGP64Bit]) IsGP64bit = true;
|