Home
last modified time | relevance | path

Searched refs:N_SUBNORMAL (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIDefines.h101 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
DSIISelLowering.cpp6458 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3239 N_SUBNORMAL = 1 << 4, // Negative subnormal in visitCallInst() enumerator
3248 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()
3303 ((Mask & N_SUBNORMAL) && Val.isDenormal() && Val.isNegative()) || in visitCallInst()
/external/mesa3d/src/amd/common/
Dsid.h9145 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
Dac_nir_to_llvm.c1498 args[1] = LLVMConstInt(ctx->ac.i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16()