Searched refs:lowerReductionSeq (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 5983 static SDValue lowerReductionSeq(unsigned RVVOpcode, MVT ResVT, in lowerReductionSeq() function 6048 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), NeutralElem, Vec, in lowerVECREDUCE() 6100 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), ScalarVal, in lowerFPVECREDUCE() 6156 return lowerReductionSeq(RVVOpcode, Op.getSimpleValueType(), Op.getOperand(0), in lowerVPREDUCE()
|