Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.cpp58 if (FltRoundsVal > TowardNegative) in encodeFltRoundsTable()
76 if (TableRead > TowardNegative) in decodeIndexFltRoundConversionTable()
136 AMDGPUFltRounds::TowardNegative);
182 if (FltRoundsVal > TowardNegative) in encodeFltRoundsToHWTableSame()
194 if (FltRoundsVal > TowardNegative) in encodeFltRoundsToHWTable()
242 if (IndexVal > TowardNegative) in decodeFltRoundToHWConversionTable()
266 static_assert(decodeFltRoundToHW(AMDGPUFltRounds::TowardNegative) ==
H A DSIModeRegisterDefaults.h101 TowardNegative = static_cast<int8_t>(RoundingMode::TowardNegative), enumerator
122 TowardNegativeF32_TowardNegativeF64 = TowardNegative,
H A DAMDGPULegalizerInfo.cpp7088 else if (RoundMode == (int)RoundingMode::TowardNegative) in legalizeFPTruncRound()
H A DSIISelLowering.cpp5815 else if (RoundMode == (int)RoundingMode::TowardNegative) in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp31 .Case("round.downward", RoundingMode::TowardNegative) in convertStrToRoundingMode()
49 case RoundingMode::TowardNegative: in convertRoundingModeToStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h42 TowardNegative = 3, ///< roundTowardNegative. enumerator
56 case RoundingMode::TowardNegative: return "downward"; in spell()
H A DAPFloat.h253 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1680 return RoundingMode::TowardNegative; in GetRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp231 case llvm::RoundingMode::TowardNegative: in PrintFPPragmas()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5668 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) || in simplifyFAddInst()
5730 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) || in simplifyFSubInst()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3453 .Case("FE_DOWNWARD", llvm::RoundingMode::TowardNegative) in HandlePragma()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12077 (int(RoundingMode::TowardNegative) << 4 * RISCVFPRndMode::RDN) | in lowerGET_ROUNDING()
12107 (RISCVFPRndMode::RDN << 4 * int(RoundingMode::TowardNegative)) | in lowerSET_ROUNDING()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27719 case RoundingMode::TowardNegative: FieldVal = X86::rmDownward; break; in LowerSET_ROUNDING()