Home
last modified time | relevance | path

Searched refs:P_SUBNORMAL (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIDefines.h82 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
DSIISelLowering.cpp2555 SIInstrFlags::P_SUBNORMAL | in performAndCombine()
/external/mesa3d/src/amd/common/
Dsid.h331 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp265 P_SUBNORMAL = 1 << 7, // Positive subnormal in instCombineIntrinsic() enumerator
271 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | in instCombineIntrinsic()
352 ((Mask & P_SUBNORMAL) && Val.isDenormal() && !Val.isNegative()) || in instCombineIntrinsic()
DSIDefines.h122 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
DSIISelLowering.cpp9056 SIInstrFlags::P_SUBNORMAL | in performAndCombine()
10658 SIInstrFlags::P_SUBNORMAL; in performSetCCCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h118 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
DSIISelLowering.cpp8342 SIInstrFlags::P_SUBNORMAL | in performAndCombine()
9905 SIInstrFlags::P_SUBNORMAL; in performSetCCCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3520 P_SUBNORMAL = 1 << 7, // Positive subnormal in visitCallInst() enumerator
3526 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()
3600 ((Mask & P_SUBNORMAL) && Val.isDenormal() && !Val.isNegative()) || in visitCallInst()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c340 args[1] = LLVMConstInt(ctx->i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16()