Home
last modified time | relevance | path

Searched refs:IsGP64bit (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.h101 bool IsGP64bit; variable
276 bool isGP64bit() const { return IsGP64bit; } in isGP64bit()
277 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit()
H A DMips.td25 // Predicates for the GPR size such as IsGP64bit
78 def FeatureGP64Bit : SubtargetFeature<"gp64", "IsGP64bit", "true",
H A DMipsSubtarget.cpp77 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false), in MipsSubtarget()
H A DMipsMSAInstrInfo.td3932 GPR64), [HasMSA, IsGP64bit]>;
3953 GPR64), [HasMSA, IsGP64bit]>;
4001 GPR64), [HasMSA, IsGP64bit]>;
4039 [HasMSA, IsGP64bit]>;
H A DMipsInstrInfo.td187 def IsGP64bit : Predicate<"Subtarget->isGP64bit()">,
262 class GPR_64 { list<Predicate> GPRPredicates = [IsGP64bit]; }