Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11193 static SDValue lowerReductionSeq(unsigned RVVOpcode, MVT ResVT, in lowerReductionSeq() argument
11217 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); in lowerReductionSeq()
11245 unsigned RVVOpcode = getRVVReductionOp(Op.getOpcode()); in lowerVECREDUCE() local
11265 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), StartV, Vec, in lowerVECREDUCE()
11309 unsigned RVVOpcode; in lowerFPVECREDUCE() local
11311 std::tie(RVVOpcode, VectorVal, ScalarVal) = in lowerFPVECREDUCE()
11323 SDValue Res = lowerReductionSeq(RVVOpcode, ResVT, ScalarVal, VectorVal, Mask, in lowerFPVECREDUCE()
11361 unsigned RVVOpcode = getRVVReductionOp(Opc); in lowerVPREDUCE() local
11371 lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), Op.getOperand(0), in lowerVPREDUCE()