Searched refs:TowardNegative (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.h101 TowardNegative = static_cast<int8_t>(RoundingMode::TowardNegative),
122 TowardNegativeF32_TowardNegativeF64 = TowardNegative,
H A DSIModeRegisterDefaults.cpp58 if (FltRoundsVal > TowardNegative)
76 if (TableRead > TowardNegative)
136 AMDGPUFltRounds::TowardNegative); member in class:AMDGPUFltRounds
H A DAMDGPULegalizerInfo.cpp6862 else if (RoundMode == (int)RoundingMode::TowardNegative)
H A DSIISelLowering.cpp5585 else if (RoundMode == (int)RoundingMode::TowardNegative)
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp31 .Case("round.downward", RoundingMode::TowardNegative)
49 case RoundingMode::TowardNegative:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h42 TowardNegative = 3, ///< roundTowardNegative. member in class:llvm::RoundingMode
56 case RoundingMode::TowardNegative: return "downward";
H A DAPFloat.h233 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1665 return RoundingMode::TowardNegative;
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp231 case llvm::RoundingMode::TowardNegative:
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5631 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) ||
5693 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) ||
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3442 .Case("FE_DOWNWARD", llvm::RoundingMode::TowardNegative)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11272 (int(RoundingMode::TowardNegative) << 4 * RISCVFPRndMode::RDN) |
11302 (RISCVFPRndMode::RDN << 4 * int(RoundingMode::TowardNegative)) |
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 526 milliseconds