Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h98 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
105 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
112 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
122 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
129 RoundingMode Rounding = RoundingMode::NearestTiesToEven);
136 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.cpp1519 Result = scalbn(Result, Scale, RoundingMode::NearestTiesToEven); in instCombineIntrinsic()
H A DSIInstrInfo.td893 // "round.tonearest" -> NearestTiesToEven 1 -> FP_ROUND_ROUND_TO_NEAREST 0
902 Imm == (int)RoundingMode::NearestTiesToEven ||
/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.cpp308 if (*Rounding != RoundingMode::NearestTiesToEven) in isDefaultFPEnvironment()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h41 NearestTiesToEven = 1, ///< roundTiesToEven. enumerator
55 case RoundingMode::NearestTiesToEven: return "tonearest"; in spell()
H A DAPFloat.h305 RoundingMode::NearestTiesToEven;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h69 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven; in isDefaultFPEnvironment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h851 : RoundingMode::NearestTiesToEven; in getDefaultRoundingMode()
950 return getRoundingMode() != llvm::RoundingMode::NearestTiesToEven || in isFPConstrained()
962 RM = RoundingMode::NearestTiesToEven; in getRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp198 LangOptions::RoundingMode::NearestTiesToEven) { in addVisualCDefines()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h364 return llvm::RoundingMode::NearestTiesToEven; in getRoundingMode()
H A DInterp.h421 return llvm::RoundingMode::NearestTiesToEven; in getRoundingMode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5691 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFAddInst()
5757 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFSubInst()
5874 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFMulInst()
5919 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFDivInst()
5978 RoundingMode Rounding = RoundingMode::NearestTiesToEven) { in simplifyFRemInst()
6863 RoundingMode::NearestTiesToEven)) in simplifyIntrinsic()
H A DConstantFolding.cpp2163 return RoundingMode::NearestTiesToEven; in getEvaluationRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp1320 auto DXCRoundingMode = llvm::RoundingMode::NearestTiesToEven; in handleFloatLiteral()
H A DParsePragma.cpp3461 .Case("FE_TONEAREST", llvm::RoundingMode::NearestTiesToEven) in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp174 NewRoundingBehavior == llvm::RoundingMode::NearestTiesToEven)) && in ConstructorHelper()
1095 RM != llvm::RoundingMode::NearestTiesToEven))) { in StartFunction()
H A DCGExprConstant.cpp1368 RM = llvm::RoundingMode::NearestTiesToEven; in withDestType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1662 return RoundingMode::NearestTiesToEven; in GetRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp226 case llvm::RoundingMode::NearestTiesToEven: in PrintFPPragmas()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1341 case RoundingMode::NearestTiesToEven: in useRoundingMode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp274 RoundingMode RndMode = RoundingMode::NearestTiesToEven; in operator +=()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3129 Difference.subtract(*Y, RoundingMode::NearestTiesToEven); in optimizeFdim()

12