Home
last modified time | relevance | path

Searched refs:RTZ (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h398 RTZ = 1, enumerator
412 case RISCVFPRndMode::RTZ: in roundingModeToString()
428 .Case("rtz", RISCVFPRndMode::RTZ) in stringToRoundingMode()
441 case RISCVFPRndMode::RTZ: in isValidRoundingMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h476 enum FPDecorationId { NONE, RTE, RTZ, RTP, RTN, SAT }; enumerator
481 {"rtz", FPDecorationId::RTZ}, in demangledPostfixToDecorationId()
H A DSPIRVEmitIntrinsics.cpp1351 RoundingModeDeco = SPIRV::FPRoundingMode::FPRoundingMode::RTZ; in useRoundingMode()
1912 case FPDecorationId::RTZ: in insertAssignTypeIntrs()
1914 CI, SPIRV::FPRoundingMode::FPRoundingMode::RTZ, B); in insertAssignTypeIntrs()
H A DSPIRVBuiltins.td1440 !not(!eq(!find(name, "_rtz"), -1)) : RTZ,
1554 !not(!eq(!find(name, "_rtz"), -1)) : RTZ,
H A DSPIRVSymbolicOperands.td1095 defm RTZ : FPRoundingModeOperand<1>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp532 if (Imm != RISCVFPRndMode::RTZ) in decodeRTZArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp1427 MI.addOperand(MachineOperand::CreateImm(RISCVFPRndMode::RTZ)); in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp648 bool isRTZArg() const { return isFRMArg() && FRM.FRM == RISCVFPRndMode::RTZ; } in isRTZArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3099 DAG.getTargetConstant(RISCVFPRndMode::RTZ, DL, Subtarget.getXLenVT())); in lowerFP_TO_INT_SAT()
3214 return RISCVFPRndMode::RTZ; in matchRoundingOp()
6415 DAG.getTargetConstant(RISCVFPRndMode::RTZ, DL, Subtarget.getXLenVT()); in lowerCTLZ_CTTZ_ZERO_UNDEF()
13919 (int(RoundingMode::TowardZero) << 4 * RISCVFPRndMode::RTZ) | in lowerGET_ROUNDING()
13948 (RISCVFPRndMode::RTZ << 4 * int(RoundingMode::TowardZero)) | in lowerSET_ROUNDING()
14099 DAG.getTargetConstant(RISCVFPRndMode::RTZ, DL, MVT::i64)); in ReplaceNodeResults()
14114 DAG.getTargetConstant(RISCVFPRndMode::RTZ, DL, MVT::i64)); in ReplaceNodeResults()
17678 if (FRM == RISCVFPRndMode::RTZ) { in performFP_TO_INTCombine()
H A DRISCVInstrInfo.cpp2941 Ok = Imm == RISCVFPRndMode::RTZ; in verifyInstruction()