Home
last modified time | relevance | path

Searched refs:denormalsEnabledForType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h349 bool denormalsEnabledForType(EVT VT) const;
H A DSIISelLowering.cpp7722 return !F.isDenormal() || denormalsEnabledForType(Op.getValueType()); in isCanonicalized()
7791 denormalsEnabledForType(Op.getValueType())) in isCanonicalized()
7863 return denormalsEnabledForType(Op.getValueType()) && in isCanonicalized()
7874 if (C.isDenormal() && !denormalsEnabledForType(VT)) in getCanonicalConstantFP()
9662 bool SITargetLowering::denormalsEnabledForType(EVT VT) const { in denormalsEnabledForType() function in SITargetLowering