Searched refs:allFP64FP16Denormals (Results 1 – 5 of 5) sorted by relevance
105 def FP16Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals…107 def FP64Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals…108 …16Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals()">;110 …64Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals()">;
296 HasFP64FP16Denormals = Mode.allFP64FP16Denormals(); in GCNTTIImpl()
2563 if (Ty == LLT::scalar(16) && !MFI->getMode().allFP64FP16Denormals()) in legalizeFMad()
62 return Info->getMode().allFP64FP16Denormals(); in hasFP64FP16Denormals()
956 bool allFP64FP16Denormals() const { in allFP64FP16Denormals() function