Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2520 std::optional<RoundingMode> RoundMode = in translateKnownIntrinsic() local
2528 .addImm((int)*RoundMode); in translateKnownIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5433 std::optional<RoundingMode> RoundMode = in visitIntrinsicCall() local
5435 Check(RoundMode && *RoundMode != RoundingMode::Dynamic, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp7084 int RoundMode = MI.getOperand(2).getImm(); in legalizeFPTruncRound() local
7086 if (RoundMode == (int)RoundingMode::TowardPositive) in legalizeFPTruncRound()
7088 else if (RoundMode == (int)RoundingMode::TowardNegative) in legalizeFPTruncRound()
H A DSIISelLowering.cpp5812 int RoundMode = Op.getConstantOperandVal(1); in LowerOperation() local
5813 if (RoundMode == (int)RoundingMode::TowardPositive) in LowerOperation()
5815 else if (RoundMode == (int)RoundingMode::TowardNegative) in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6931 std::optional<RoundingMode> RoundMode = in visitIntrinsicCall() local
6944 DAG.getTargetConstant((int)*RoundMode, sdl, in visitIntrinsicCall()