HomeSort by relevance Sort by last modified time
    Searched defs:InVec (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/slang/
slang_rs_export_foreach.h 42 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec;
45 typedef InVec::const_iterator InIter;
125 inline const InVec& getIns() const {
slang_rs_export_reduce.h 36 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec;
39 typedef InVec::const_iterator InIter;
155 const InVec &getAccumulatorIns() const { return mAccumulatorIns; }
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 570 milliseconds