Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h169 ReduceFuncTy Reduce, in parallel_transform_reduce()
240 ReduceFuncTy Reduce, in parallelTransformReduce()
268 ReduceFuncTy Reduce, in parallelTransformReduce()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp791 auto Reduce = [&](Association A, Association B) -> Association { in generateGetDirectiveAssociation() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2797 SDValue Reduce = DAG.getNode(Opcode, dl, EltVT, Op); in PromoteIntOp_VECREDUCE() local
2829 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.cpp21845 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionInt() local
21862 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionFP() local
21886 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); in combineSVEReductionOrderedFP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14980 SDValue Reduce = Extract.getOperand(0); in combineBinOpToReduce() local