Searched refs:IsPTR64bit (Results 1 – 7 of 7) sorted by relevance
85 bool IsPTR64bit; variable230 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit()231 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
27 // Predicates for the PTR size such as IsPTR64bit68 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
182 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">,233 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }
104 bool IsPTR64bit; variable279 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit()280 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
27 // Predicates for the PTR size such as IsPTR64bit76 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
191 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">,265 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }
2525 if (Bits[Mips::FeaturePTR64Bit]) IsPTR64bit = true;