Home
last modified time | relevance | path

Searched refs:IsPTR64bit (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h85 bool IsPTR64bit; variable
230 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit()
231 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
DMips.td27 // Predicates for the PTR size such as IsPTR64bit
68 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
DMipsInstrInfo.td182 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">,
233 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.h104 bool IsPTR64bit; variable
279 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit()
280 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
DMips.td27 // Predicates for the PTR size such as IsPTR64bit
76 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
DMipsInstrInfo.td191 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">,
265 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc2525 if (Bits[Mips::FeaturePTR64Bit]) IsPTR64bit = true;