Searched refs:allFP32Denormals (Results 1 – 8 of 8) sorted by relevance
118 def FP32Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals()">;121 def NoFP32Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals(…
293 HasFP32Denormals = Mode.allFP32Denormals(); in GCNTTIImpl()
1427 HasFP32Denormals = Mode.allFP32Denormals(); in runOnFunction()
2718 if (Ty == LLT::scalar(32) && !MFI->getMode().allFP32Denormals()) in legalizeFMad()3938 if (!Mode.allFP32Denormals()) in legalizeFDIV32()3948 if (!Mode.allFP32Denormals()) in legalizeFDIV32()
1639 !MFI->getMode().allFP32Denormals() ? in LowerDIVREM24()1729 !MFI->getMode().allFP32Denormals() ? in LowerUDIVREM64()
2319 assert((IsFMA || !Mode.allFP32Denormals()) && in SelectFMAD_FMA()
58 return Info->getMode().allFP32Denormals(); in hasFP32Denormals()
1057 bool allFP32Denormals() const { in allFP32Denormals() function