| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 95 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 D | SIModeRegisterDefaults.h | 99 NearestTiesToEven = static_cast<int8_t>(RoundingMode::NearestTiesToEven), enumerator 110 NearestTiesToEvenF32_NearestTiesToEvenF64 = NearestTiesToEven,
|
| H A D | SIModeRegisterDefaults.cpp | 130 AMDGPUFltRounds::NearestTiesToEven); 261 static_assert(decodeFltRoundToHW(AMDGPUFltRounds::NearestTiesToEven) ==
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1174 Result = scalbn(Result, Scale, RoundingMode::NearestTiesToEven); in instCombineIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | FPEnv.cpp | 29 .Case("round.tonearest", RoundingMode::NearestTiesToEven) in convertStrToRoundingMode() 43 case RoundingMode::NearestTiesToEven: in convertRoundingModeToStr()
|
| H A D | IntrinsicInst.cpp | 335 if (*Rounding != RoundingMode::NearestTiesToEven) in isDefaultFPEnvironment()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FloatingPointMode.h | 40 NearestTiesToEven = 1, ///< roundTiesToEven. enumerator 54 case RoundingMode::NearestTiesToEven: return "tonearest"; in spell()
|
| H A D | APFloat.h | 251 RoundingMode::NearestTiesToEven;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | FPEnv.h | 66 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven; in isDefaultFPEnvironment()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 754 : 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 D | Compiler.h | 331 return llvm::RoundingMode::NearestTiesToEven; in getRoundingMode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5654 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 D | ConstantFolding.cpp | 1963 return RoundingMode::NearestTiesToEven; in getEvaluationRoundingMode()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 172 NewRoundingBehavior == llvm::RoundingMode::NearestTiesToEven)) && in ConstructorHelper() 1075 RM != llvm::RoundingMode::NearestTiesToEven))) { in StartFunction()
|
| H A D | CGExprConstant.cpp | 1282 RM = llvm::RoundingMode::NearestTiesToEven; in withDestType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 1676 return RoundingMode::NearestTiesToEven; in GetRoundingMode()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 225 case llvm::RoundingMode::NearestTiesToEven: in PrintFPPragmas()
|
| H A D | ExprConstant.cpp | 2664 RM = llvm::RoundingMode::NearestTiesToEven; in getActiveRoundingMode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 274 RoundingMode RndMode = RoundingMode::NearestTiesToEven; in operator +=()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 3451 .Case("FE_TONEAREST", llvm::RoundingMode::NearestTiesToEven) in HandlePragma()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 3236 ToConvert.convertToInteger(Converted, llvm::RoundingMode::NearestTiesToEven, in transformFixedFloatingPointConversion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12075 (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 D | SemaExpr.cpp | 3593 RM = llvm::RoundingMode::NearestTiesToEven; in BuildFloatingLiteral()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 27718 case RoundingMode::NearestTiesToEven: FieldVal = X86::rmToNearest; break; in LowerSET_ROUNDING()
|