Home
last modified time | relevance | path

Searched refs:IsPTR64bit (Results 1 – 3 of 3) 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]; }