Home
last modified time | relevance | path

Searched refs:NearestTiesToEven (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h95 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
102 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
109 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
118 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
125 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
132 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.h99 NearestTiesToEven = static_cast<int8_t>(RoundingMode::NearestTiesToEven), enumerator
110 NearestTiesToEvenF32_NearestTiesToEvenF64 = NearestTiesToEven,
H A DSIModeRegisterDefaults.cpp130 AMDGPUFltRounds::NearestTiesToEven);
261 static_assert(decodeFltRoundToHW(AMDGPUFltRounds::NearestTiesToEven) ==
H A DAMDGPUInstCombineIntrinsic.cpp1174 Result = scalbn(Result, Scale, RoundingMode::NearestTiesToEven); in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp29 .Case("round.tonearest", RoundingMode::NearestTiesToEven) in convertStrToRoundingMode()
43 case RoundingMode::NearestTiesToEven: in convertRoundingModeToStr()
H A DIntrinsicInst.cpp335 if (*Rounding != RoundingMode::NearestTiesToEven) in isDefaultFPEnvironment()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h40 NearestTiesToEven = 1, ///< roundTiesToEven. enumerator
54 case RoundingMode::NearestTiesToEven: return "tonearest"; in spell()
H A DAPFloat.h251 RoundingMode::NearestTiesToEven;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h66 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven; in isDefaultFPEnvironment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h754 : RoundingMode::NearestTiesToEven; in getDefaultRoundingMode()
848 return getRoundingMode() != llvm::RoundingMode::NearestTiesToEven || in isFPConstrained()
860 RM = RoundingMode::NearestTiesToEven; in getRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h331 return llvm::RoundingMode::NearestTiesToEven; in getRoundingMode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5654 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFAddInst()
5720 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFSubInst()
5835 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFMulInst()
5880 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFDivInst()
5939 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFRemInst()
6837 RoundingMode::NearestTiesToEven)) in simplifyIntrinsic()
H A DConstantFolding.cpp1963 return RoundingMode::NearestTiesToEven; in getEvaluationRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp172 NewRoundingBehavior == llvm::RoundingMode::NearestTiesToEven)) && in ConstructorHelper()
1075 RM != llvm::RoundingMode::NearestTiesToEven))) { in StartFunction()
H A DCGExprConstant.cpp1282 RM = llvm::RoundingMode::NearestTiesToEven; in withDestType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1676 return RoundingMode::NearestTiesToEven; in GetRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp225 case llvm::RoundingMode::NearestTiesToEven: in PrintFPPragmas()
H A DExprConstant.cpp2664 RM = llvm::RoundingMode::NearestTiesToEven; in getActiveRoundingMode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp274 RoundingMode RndMode = RoundingMode::NearestTiesToEven; in operator +=()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3451 .Case("FE_TONEAREST", llvm::RoundingMode::NearestTiesToEven) in HandlePragma()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3236 ToConvert.convertToInteger(Converted, llvm::RoundingMode::NearestTiesToEven, in transformFixedFloatingPointConversion()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12075 (int(RoundingMode::NearestTiesToEven) << 4 * RISCVFPRndMode::RNE) | in lowerGET_ROUNDING()
12105 (RISCVFPRndMode::RNE << 4 * int(RoundingMode::NearestTiesToEven)) | in lowerSET_ROUNDING()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3593 RM = llvm::RoundingMode::NearestTiesToEven; in BuildFloatingLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27718 case RoundingMode::NearestTiesToEven: FieldVal = X86::rmToNearest; break; in LowerSET_ROUNDING()