Searched refs:TowardPositive (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.h100 TowardPositive = static_cast<int8_t>(RoundingMode::TowardPositive),
116 TowardPositiveF32_TowardPositiveF64 = TowardPositive,
H A DSIModeRegisterDefaults.cpp133 AMDGPUFltRounds::TowardPositive); member in class:AMDGPUFltRounds
H A DAMDGPULegalizerInfo.cpp6860 if (RoundMode == (int)RoundingMode::TowardPositive)
H A DSIISelLowering.cpp5583 if (RoundMode == (int)RoundingMode::TowardPositive)
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp32 .Case("round.upward", RoundingMode::TowardPositive)
52 case RoundingMode::TowardPositive:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h41 TowardPositive = 2, ///< roundTowardPositive. member in class:llvm::RoundingMode
55 case RoundingMode::TowardPositive: return "upward";
H A DAPFloat.h232 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1667 return RoundingMode::TowardPositive;
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp228 case llvm::RoundingMode::TowardPositive:
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3441 .Case("FE_UPWARD", llvm::RoundingMode::TowardPositive)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11273 (int(RoundingMode::TowardPositive) << 4 * RISCVFPRndMode::RUP) |
11303 (RISCVFPRndMode::RUP << 4 * int(RoundingMode::TowardPositive)) |
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 733 milliseconds