Searched refs:RVVOpcode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9802 static SDValue lowerReductionSeq(unsigned RVVOpcode, MVT ResVT, in lowerReductionSeq() 9827 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); in lowerReductionSeq() 9856 unsigned RVVOpcode = getRVVReductionOp(Op.getOpcode()); in lowerVECREDUCE() 9877 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), StartV, Vec, in lowerVECREDUCE() 9923 unsigned RVVOpcode; in lowerFPVECREDUCE() 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() 9986 lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), Op.getOperand(0), in lowerVPREDUCE() 9800 lowerReductionSeq(unsigned RVVOpcode,MVT ResVT,SDValue StartValue,SDValue Vec,SDValue Mask,SDValue VL,const SDLoc & DL,SelectionDAG & DAG,const RISCVSubtarget & Subtarget) lowerReductionSeq() argument 9854 unsigned RVVOpcode = getRVVReductionOp(Op.getOpcode()); lowerVECREDUCE() local 9921 unsigned RVVOpcode; lowerFPVECREDUCE() local 9974 unsigned RVVOpcode = getRVVReductionOp(Opc); lowerVPREDUCE() local
|