Home
last modified time | relevance | path

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

/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...]
/llvm-project/clang/utils/
H A Dcreduce-clang-crash.py73 class Reduce(object): global() class
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRTable.h
/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h2262 struct Reduce { global() struct
2264 OperatorLocalitySpec::Reduce global() argument
2265 tLocalitySpec::Reduce global() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2628 SDValue Reduce = DAG.getNode(Opcode, dl, EltVT, Op); PromoteIntOp_VECREDUCE() local
2660 SDValue Reduce = DAG.getNode(N->getOpcode(), DL, EltVT, NewOps); PromoteIntOp_VP_REDUCE() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20891 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); combineSVEReductionInt() local
20908 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); combineSVEReductionFP() local
20932 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); combineSVEReductionOrderedFP() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13060 SDValue Reduce = Extract.getOperand(0); combineBinOpToReduce() local
[all...]