Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.h109 bool IsPTR64bit; variable
295 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit()
296 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
H A DMips.td26 // Predicates for the PTR size such as IsPTR64bit
62 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
H A DMipsScheduleP5600.td20 IsGP64bit, IsPTR64bit,
H A DMipsInstrInfo.td190 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">,
270 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }