Searched refs:RVVOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9180 static SDValue lowerReductionSeq(unsigned RVVOpcode, MVT ResVT, in lowerReductionSeq() argument 9205 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); in lowerReductionSeq() 9234 unsigned RVVOpcode = getRVVReductionOp(Op.getOpcode()); in lowerVECREDUCE() local 9256 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), StartV, Vec, in lowerVECREDUCE() 9300 unsigned RVVOpcode; in lowerFPVECREDUCE() local 9302 std::tie(RVVOpcode, VectorVal, ScalarVal) = in lowerFPVECREDUCE() 9313 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), ScalarVal, in lowerFPVECREDUCE() 9329 unsigned RVVOpcode = getRVVReductionOp(Op.getOpcode()); in lowerVPREDUCE() local 9338 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), Op.getOperand(0), in lowerVPREDUCE()
|