Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDInstructionSimplify.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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIModeRegisterDefaults.h99 NearestTiesToEven = static_cast<int8_t>(RoundingMode::NearestTiesToEven), enumerator
110 NearestTiesToEvenF32_NearestTiesToEvenF64 = NearestTiesToEven,
HDSIModeRegisterDefaults.cpp130 AMDGPUFltRounds::NearestTiesToEven);
261 static_assert(decodeFltRoundToHW(AMDGPUFltRounds::NearestTiesToEven) ==
HDAMDGPUInstCombineIntrinsic.cpp1174 Result = scalbn(Result, Scale, RoundingMode::NearestTiesToEven); in instCombineIntrinsic()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDFPEnv.cpp29 .Case("round.tonearest", RoundingMode::NearestTiesToEven) in convertStrToRoundingMode()
43 case RoundingMode::NearestTiesToEven: in convertRoundingModeToStr()
HDIntrinsicInst.cpp335 if (*Rounding != RoundingMode::NearestTiesToEven) in isDefaultFPEnvironment()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDFloatingPointMode.h40 NearestTiesToEven = 1, ///< roundTiesToEven. enumerator
54 case RoundingMode::NearestTiesToEven: return "tonearest"; in spell()
HDAPFloat.h251 RoundingMode::NearestTiesToEven;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFPEnv.h66 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven; in isDefaultFPEnvironment()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.h754 : RoundingMode::NearestTiesToEven; in getDefaultRoundingMode()
848 return getRoundingMode() != llvm::RoundingMode::NearestTiesToEven || in isFPConstrained()
860 RM = RoundingMode::NearestTiesToEven; in getRoundingMode()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDOSTargets.cpp187 LangOptions::RoundingMode::NearestTiesToEven) { in addVisualCDefines()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h331 return llvm::RoundingMode::NearestTiesToEven; in getRoundingMode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.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()
HDConstantFolding.cpp1963 return RoundingMode::NearestTiesToEven; in getEvaluationRoundingMode()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp172 NewRoundingBehavior == llvm::RoundingMode::NearestTiesToEven)) && in ConstructorHelper()
1075 RM != llvm::RoundingMode::NearestTiesToEven))) { in StartFunction()
HDCGExprConstant.cpp1282 RM = llvm::RoundingMode::NearestTiesToEven; in withDestType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.cpp1676 return RoundingMode::NearestTiesToEven; in GetRoundingMode()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp225 case llvm::RoundingMode::NearestTiesToEven: in PrintFPPragmas()
HDExprConstant.cpp2664 RM = llvm::RoundingMode::NearestTiesToEven; in getActiveRoundingMode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp274 RoundingMode RndMode = RoundingMode::NearestTiesToEven; in operator +=()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParsePragma.cpp3451 .Case("FE_TONEAREST", llvm::RoundingMode::NearestTiesToEven) in HandlePragma()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelDAGToDAG.cpp3236 ToConvert.convertToInteger(Converted, llvm::RoundingMode::NearestTiesToEven, in transformFixedFloatingPointConversion()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp12075 (int(RoundingMode::NearestTiesToEven) << 4 * RISCVFPRndMode::RNE) | in lowerGET_ROUNDING()
12105 (RISCVFPRndMode::RNE << 4 * int(RoundingMode::NearestTiesToEven)) | in lowerSET_ROUNDING()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp3593 RM = llvm::RoundingMode::NearestTiesToEven; in BuildFloatingLiteral()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp27718 case RoundingMode::NearestTiesToEven: FieldVal = X86::rmToNearest; break; in LowerSET_ROUNDING()