Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/include/asic_reg/gca/
H A Dgfx_7_2_enum.h51 typedef enum RoundMode { enum
54 } RoundMode; typedef
H A Dgfx_8_0_enum.h52 typedef enum RoundMode { enum
55 } RoundMode; typedef
H A Dgfx_8_1_enum.h52 typedef enum RoundMode { enum
55 } RoundMode; typedef
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2303 std::optional<RoundingMode> RoundMode = in translateKnownIntrinsic() local
2311 .addImm((int)*RoundMode); in translateKnownIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5547 int RoundMode = MI.getOperand(2).getImm(); in legalizeFPTruncRound() local
5549 if (RoundMode == (int)RoundingMode::TowardPositive) in legalizeFPTruncRound()
5551 else if (RoundMode == (int)RoundingMode::TowardNegative) in legalizeFPTruncRound()
H A DSIISelLowering.cpp4738 int RoundMode = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerOperation() local
4739 if (RoundMode == (int)RoundingMode::TowardPositive) in LowerOperation()
4741 else if (RoundMode == (int)RoundingMode::TowardNegative) in LowerOperation()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp5053 std::optional<RoundingMode> RoundMode = in visitIntrinsicCall() local
5055 Check(RoundMode && *RoundMode != RoundingMode::Dynamic, in visitIntrinsicCall()
/openbsd-src/sys/dev/pci/drm/amd/include/
H A Dvega10_enum.h13283 typedef enum RoundMode { enum
13286 } RoundMode; typedef
H A Dnavi10_enum.h20917 typedef enum RoundMode { enum
20920 } RoundMode; typedef
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6441 std::optional<RoundingMode> RoundMode = in visitIntrinsicCall() local
6454 DAG.getTargetConstant((int)*RoundMode, sdl, in visitIntrinsicCall()