Searched refs:RVVOpcode (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5983 static SDValue lowerReductionSeq(unsigned RVVOpcode, MVT ResVT, in lowerReductionSeq() argument 6006 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, PassThru, Vec, in lowerReductionSeq() 6036 unsigned RVVOpcode = getRVVReductionOp(Op.getOpcode()); in lowerVECREDUCE() local 6048 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), NeutralElem, Vec, in lowerVECREDUCE() 6087 unsigned RVVOpcode; in lowerFPVECREDUCE() local 6089 std::tie(RVVOpcode, VectorVal, ScalarVal) = in lowerFPVECREDUCE() 6100 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), ScalarVal, in lowerFPVECREDUCE() 6147 unsigned RVVOpcode = getRVVVPReductionOp(Op.getOpcode()); in lowerVPREDUCE() local 6156 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), Op.getOperand(0), in lowerVPREDUCE()
|