Home
last modified time | relevance | path

Searched refs:ReduceType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp45 enum ReduceType { enum
89 enum ReduceType eRType; ///< Reduction type
96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry()
110 enum ReduceType RType() const { return eRType; } in RType()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d232 private template ReduceType(alias fun, R, E) in ReduceType() function
234 alias ReduceType = typeof(binaryFun!fun(E.init, ElementType!R.init)); in ReduceType() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d216 private template ReduceType(alias fun, R, E) in ReduceType() function
218 alias ReduceType = typeof(binaryFun!fun(E.init, ElementType!R.init)); in ReduceType() local