Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h268 return parallelTransformReduce(std::begin(R), std::end(R), Init, Reduce, in parallelTransformReduce() argument
170 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument
240 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2499 SDValue Reduce = DAG.getNode(Opcode, dl, EltVT, Op); PromoteIntOp_VECREDUCE() local
2531 SDValue Reduce = DAG.getNode(N->getOpcode(), DL, EltVT, NewOps); PromoteIntOp_VP_REDUCE() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19886 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); combineSVEReductionInt() local
19903 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); combineSVEReductionFP() local
19927 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); combineSVEReductionOrderedFP() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12235 SDValue Reduce = Extract.getOperand(0); combineBinOpToReduce() local
[all...]