Searched refs:IsFP64bit (Results 1 – 4 of 4) sorted by relevance
72 bool IsFP64bit; variable221 bool isFP64bit() const { return IsFP64bit; } in isFP64bit()
67 NoABICalls(false), IsFP64bit(false), UseOddSPReg(true), in MipsSubtarget()
27 // Predicates for the FGR size and layout such as IsFP64bit67 def FeatureFP64Bit : SubtargetFeature<"fp64", "IsFP64bit", "true",
60 def IsFP64bit : Predicate<"Subtarget->isFP64bit()">,77 class FGR_64 { list<Predicate> FGRPredicates = [IsFP64bit]; }