Home
last modified time | relevance | path

Searched refs:P_INFINITY (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dsid.h341 P_INFINITY = 1 << 9 // Positive infinity enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h120 P_INFINITY = 1 << 9 // Positive infinity enumerator
DSIISelLowering.cpp8348 SIInstrFlags::P_INFINITY)) & 0x3ff) == Mask, in performAndCombine()
9898 const unsigned IsInfMask = SIInstrFlags::P_INFINITY | in performSetCCCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3522 P_INFINITY = 1 << 9 // Positive infinity in visitCallInst() enumerator
3526 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()
3602 ((Mask & P_INFINITY) && Val.isInfinity() && !Val.isNegative()); in visitCallInst()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3353 args[1] = LLVMConstInt(ctx->ac.i32, S_NAN | Q_NAN | N_INFINITY | P_INFINITY, false); in load_interpolated_input()