Home
last modified time | relevance | path

Searched defs:Reduce (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h168 ReduceFuncTy Reduce, in parallel_transform_reduce()
238 ReduceFuncTy Reduce, in parallelTransformReduce()
266 ReduceFuncTy Reduce, in parallelTransformReduce()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2661 SDValue Reduce = DAG.getNode(Opcode, dl, EltVT, Op); in PromoteIntOp_VECREDUCE() local
2693 SDValue Reduce = DAG.getNode(N->getOpcode(), DL, EltVT, NewOps); in PromoteIntOp_VP_REDUCE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21105 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionInt() local
21122 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionFP() local
21146 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); in combineSVEReductionOrderedFP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13091 SDValue Reduce = Extract.getOperand(0); combineBinOpToReduce() local
[all...]