Searched refs:FPFastMathMode (Results 1 – 6 of 6) sorted by relevance
535 if (e == static_cast<uint32_t>(FPFastMathMode::None)) in getFPFastMathModeName()537 if (e == static_cast<uint32_t>(FPFastMathMode::NotNaN)) in getFPFastMathModeName()539 if (e & static_cast<uint32_t>(FPFastMathMode::NotNaN)) { in getFPFastMathModeName()543 if (e == static_cast<uint32_t>(FPFastMathMode::NotInf)) in getFPFastMathModeName()545 if (e & static_cast<uint32_t>(FPFastMathMode::NotInf)) { in getFPFastMathModeName()549 if (e == static_cast<uint32_t>(FPFastMathMode::NSZ)) in getFPFastMathModeName()551 if (e & static_cast<uint32_t>(FPFastMathMode::NSZ)) { in getFPFastMathModeName()555 if (e == static_cast<uint32_t>(FPFastMathMode::AllowRecip)) in getFPFastMathModeName()561 if (e == static_cast<uint32_t>(FPFastMathMode::Fast)) in getFPFastMathModeName()563 if (e & static_cast<uint32_t>(FPFastMathMode::Fast)) { in getFPFastMathModeName()[all …]
413 enum class FPFastMathMode : uint32_t { enum496 FPFastMathMode = 40, enumerator
218 case SPIRV::Decoration::FPFastMathMode: in printOpDecorate()
36 def FPFastMathMode : EnumOperand<"FPFastMathMode">;
93 ; CHECK-SPIRV-NOT: OpDecorate %{{.*}} FPFastMathMode
2207 def SPV_D_FPFastMathMode : I32EnumAttrCase<"FPFastMathMode", 40> {