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 DSIInstrInfo.td895 // "round.downward -> TowardNegative 3 -> FP_ROUND_ROUND_TO_NEGINF 2
904 Imm == (int)RoundingMode::TowardNegative;
/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.h43 TowardNegative = 3, ///< roundTowardNegative. enumerator
57 case RoundingMode::TowardNegative: return "downward"; in spell()
H A DAPFloat.h307 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1666 return RoundingMode::TowardNegative; in GetRoundingMode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp232 case llvm::RoundingMode::TowardNegative: in PrintFPPragmas()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1344 case RoundingMode::TowardNegative: in useRoundingMode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5705 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) || in simplifyFAddInst()
5767 (!canRoundingModeBe(Rounding, RoundingMode::TowardNegative) || in simplifyFSubInst()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3463 .Case("FE_DOWNWARD", llvm::RoundingMode::TowardNegative) in HandlePragma()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13920 (int(RoundingMode::TowardNegative) << 4 * RISCVFPRndMode::RDN) | in lowerGET_ROUNDING()
13949 (RISCVFPRndMode::RDN << 4 * int(RoundingMode::TowardNegative)) | in lowerSET_ROUNDING()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28664 case RoundingMode::TowardNegative: FieldVal = X86::rmDownward; break; in LowerSET_ROUNDING()