Home
last modified time | relevance | path

Searched refs:NearestTiesToAway (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp30 .Case("round.tonearestaway", RoundingMode::NearestTiesToAway) in convertStrToRoundingMode()
46 case RoundingMode::NearestTiesToAway: in convertRoundingModeToStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h44 NearestTiesToAway = 4, ///< roundTiesToAway. enumerator
58 case RoundingMode::NearestTiesToAway: return "tonearestaway"; in spell()
H A DAPFloat.h310 RoundingMode::NearestTiesToAway;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.h103 static_cast<int8_t>(RoundingMode::NearestTiesToAway),
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp235 case llvm::RoundingMode::NearestTiesToAway: in PrintFPPragmas()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1354 case RoundingMode::NearestTiesToAway: in useRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3464 .Case("FE_TONEARESTFROMZERO", llvm::RoundingMode::NearestTiesToAway) in HandlePragma()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13922 (int(RoundingMode::NearestTiesToAway) << 4 * RISCVFPRndMode::RMM); in lowerGET_ROUNDING()
13951 (RISCVFPRndMode::RMM << 4 * int(RoundingMode::NearestTiesToAway)); in lowerSET_ROUNDING()