Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIDefines.h79 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
DSIISelLowering.cpp2552 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
/external/mesa3d/src/amd/common/
Dsid.h328 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp262 N_SUBNORMAL = 1 << 4, // Negative subnormal in instCombineIntrinsic() enumerator
271 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | in instCombineIntrinsic()
349 ((Mask & N_SUBNORMAL) && Val.isDenormal() && Val.isNegative()) || in instCombineIntrinsic()
DSIDefines.h119 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
DSIISelLowering.cpp9053 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
10657 SIInstrFlags::N_SUBNORMAL | in performSetCCCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h115 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
DSIISelLowering.cpp8339 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
9904 SIInstrFlags::N_SUBNORMAL | in performSetCCCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3517 N_SUBNORMAL = 1 << 4, // Negative subnormal in visitCallInst() enumerator
3526 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()
3597 ((Mask & N_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()