Home
last modified time | relevance | path

Searched refs:N_SUBNORMAL (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp266 N_SUBNORMAL = 1 << 4, // Negative subnormal in instCombineIntrinsic() enumerator
275 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | in instCombineIntrinsic()
353 ((Mask & N_SUBNORMAL) && Val.isDenormal() && Val.isNegative()) || in instCombineIntrinsic()
H A DSIDefines.h125 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
H A DSIISelLowering.cpp9097 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
10743 SIInstrFlags::N_SUBNORMAL | in performSetCCCombine()