Searched refs:RVVOpcode (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9802 static SDValue lowerReductionSeq(unsigned RVVOpcode, MVT ResVT, in lowerReductionSeq() argument 9827 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); in lowerReductionSeq() 9856 unsigned RVVOpcode = getRVVReductionOp(Op.getOpcode()); in lowerVECREDUCE() local 9877 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), StartV, Vec, in lowerVECREDUCE() 9923 unsigned RVVOpcode; in lowerFPVECREDUCE() local 9925 std::tie(RVVOpcode, VectorVal, ScalarVal) = in lowerFPVECREDUCE() 9937 SDValue Res = lowerReductionSeq(RVVOpcode, ResVT, ScalarVal, VectorVal, Mask, in lowerFPVECREDUCE() 9976 unsigned RVVOpcode = getRVVReductionOp(Opc); in lowerVPREDUCE() local 9986 lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), Op.getOperand(0), in lowerVPREDUCE()
|