Home
last modified time | relevance | path

Searched refs:RUP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h252 RUP = 3, enumerator
268 case RISCVFPRndMode::RUP: in roundingModeToString()
282 .Case("rup", RISCVFPRndMode::RUP) in stringToRoundingMode()
295 case RISCVFPRndMode::RUP: in isValidRoundingMode()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp743 for (auto &RUP : RU) { in addKillFlags() local
744 const LiveRange &RURange = *RUP.first; in addKillFlags()
745 LiveRange::const_iterator &I = RUP.second; in addKillFlags()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6695 (int(RoundingMode::TowardPositive) << 4 * RISCVFPRndMode::RUP) | in lowerGET_ROUNDING()
6725 (RISCVFPRndMode::RUP << 4 * int(RoundingMode::TowardPositive)) | in lowerSET_ROUNDING()
8489 case ISD::FCEIL: return RISCVFPRndMode::RUP; in matchRoundingOp()