Home
last modified time | relevance | path

Searched refs:N_NORMAL (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIDefines.h78 N_NORMAL = 1 << 3, // Negative normal enumerator
DSIISelLowering.cpp2551 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()
/external/mesa3d/src/amd/common/
Dsid.h327 N_NORMAL = 1 << 3, // Negative normal enumerator
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp261 N_NORMAL = 1 << 3, // Negative normal in instCombineIntrinsic() enumerator
270 const uint32_t FullMask = S_NAN | Q_NAN | N_INFINITY | N_NORMAL | in instCombineIntrinsic()
348 ((Mask & N_NORMAL) && Val.isNormal() && Val.isNegative()) || in instCombineIntrinsic()
DSIDefines.h118 N_NORMAL = 1 << 3, // Negative normal enumerator
DSIISelLowering.cpp9052 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()
10655 SIInstrFlags::N_NORMAL | in performSetCCCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h114 N_NORMAL = 1 << 3, // Negative normal enumerator
DSIISelLowering.cpp8338 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()
9902 SIInstrFlags::N_NORMAL | in performSetCCCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3516 N_NORMAL = 1 << 3, // Negative normal in visitCallInst() enumerator
3525 const uint32_t FullMask = S_NAN | Q_NAN | N_INFINITY | N_NORMAL | in visitCallInst()
3596 ((Mask & N_NORMAL) && Val.isNormal() && Val.isNegative()) || in visitCallInst()