Searched refs:IsPTR64bit (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 85 bool IsPTR64bit; variable 230 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit() 231 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
|
D | Mips.td | 27 // Predicates for the PTR size such as IsPTR64bit 68 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
|
D | MipsInstrInfo.td | 182 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">, 233 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 106 bool IsPTR64bit; variable 289 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit() 290 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
|
D | Mips.td | 26 // Predicates for the PTR size such as IsPTR64bit 78 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
|
D | MipsScheduleP5600.td | 20 IsGP64bit, IsPTR64bit,
|
D | MipsInstrInfo.td | 190 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">, 270 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 106 bool IsPTR64bit; variable 292 bool isPTR64bit() const { return IsPTR64bit; } in isPTR64bit() 293 bool isPTR32bit() const { return !IsPTR64bit; } in isPTR32bit()
|
D | Mips.td | 26 // Predicates for the PTR size such as IsPTR64bit 62 def FeaturePTR64Bit : SubtargetFeature<"ptr64", "IsPTR64bit", "true",
|
D | MipsScheduleP5600.td | 20 IsGP64bit, IsPTR64bit,
|
D | MipsInstrInfo.td | 190 def IsPTR64bit : Predicate<"Subtarget->isABI_N64()">, 270 class PTR_64 { list<Predicate> PTRPredicates = [IsPTR64bit]; }
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 3844 if (Bits[Mips::FeaturePTR64Bit]) IsPTR64bit = true;
|