/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 268 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 D | creduce-clang-crash.py | 73 class Reduce(object): global() class
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
H A D | LRTable.h |
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | GLR.cpp |
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 2262 struct Reduce { global() struct 2264 OperatorLocalitySpec::Reduce global() argument 2265 tLocalitySpec::Reduce global() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2628 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 D | AArch64ISelLowering.cpp | 20891 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 D | RISCVISelLowering.cpp | 13060 SDValue Reduce = Extract.getOperand(0); combineBinOpToReduce() local [all...] |