Home
last modified time | relevance | path

Searched refs:hasFP16Denormals (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp890 (Op == AMDGPU::V_MUL_F16_e64 && ST->hasFP16Denormals())) in isOMod()
920 (Op == AMDGPU::V_ADD_F16_e64 && ST->hasFP16Denormals())) in isOMod()
DAMDGPUSubtarget.h541 bool hasFP16Denormals() const { in hasFP16Denormals() function
DAMDGPUInstructions.td86 def FP16Denormals : Predicate<"Subtarget->hasFP16Denormals()">;
89 def NoFP16Denormals : Predicate<"!Subtarget->hasFP16Denormals()">;
DSIISelLowering.cpp474 if (!Subtarget->hasFP16Denormals()) in SITargetLowering()
3534 return Subtarget->has16BitInsts() && Subtarget->hasFP16Denormals(); in isFMAFasterThanFMulAndFAdd()
6831 ST->hasFP16Denormals(); in isCanonicalized()
6835 ST->hasFP16Denormals(); in isCanonicalized()
6895 (VT == MVT::f16 && ST->hasFP16Denormals())) && in performFCanonicalizeCombine()
6920 if (SVT == MVT::f16 && !Subtarget->hasFP16Denormals()) in performFCanonicalizeCombine()
7326 (VT == MVT::f16 && !Subtarget->hasFP16Denormals())) in getFusedOpcode()