Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td105 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()">;
DAMDGPUTargetTransformInfo.cpp296 HasFP64FP16Denormals = Mode.allFP64FP16Denormals(); in GCNTTIImpl()
DAMDGPULegalizerInfo.cpp2563 if (Ty == LLT::scalar(16) && !MFI->getMode().allFP64FP16Denormals()) in legalizeFMad()
DSIISelLowering.cpp62 return Info->getMode().allFP64FP16Denormals(); in hasFP64FP16Denormals()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h956 bool allFP64FP16Denormals() const { in allFP64FP16Denormals() function