Home
last modified time | relevance | path

Searched refs:allFP32Denormals (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td118 def FP32Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals()">;
121 def NoFP32Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals(…
H A DAMDGPUTargetTransformInfo.cpp293 HasFP32Denormals = Mode.allFP32Denormals(); in GCNTTIImpl()
H A DAMDGPUCodeGenPrepare.cpp1427 HasFP32Denormals = Mode.allFP32Denormals(); in runOnFunction()
H A DAMDGPULegalizerInfo.cpp2718 if (Ty == LLT::scalar(32) && !MFI->getMode().allFP32Denormals()) in legalizeFMad()
3938 if (!Mode.allFP32Denormals()) in legalizeFDIV32()
3948 if (!Mode.allFP32Denormals()) in legalizeFDIV32()
H A DAMDGPUISelLowering.cpp1639 !MFI->getMode().allFP32Denormals() ? in LowerDIVREM24()
1729 !MFI->getMode().allFP32Denormals() ? in LowerUDIVREM64()
H A DAMDGPUISelDAGToDAG.cpp2319 assert((IsFMA || !Mode.allFP32Denormals()) && in SelectFMAD_FMA()
H A DSIISelLowering.cpp58 return Info->getMode().allFP32Denormals(); in hasFP32Denormals()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1057 bool allFP32Denormals() const { in allFP32Denormals() function