HomeSort by relevance Sort by last modified time
    Searched refs:NElts (Results 51 - 68 of 68) sorted by null

1 23

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 772 auto NElts = End - Start;
773 if (NElts <= 1) return;
774 qsort(&*Start, NElts, sizeof(*Start), get_array_pod_sort_comparator(*Start));
785 auto NElts = End - Start;
786 if (NElts <= 1) return;
787 qsort(&*Start, NElts, sizeof(*Start),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 772 auto NElts = End - Start;
773 if (NElts <= 1) return;
774 qsort(&*Start, NElts, sizeof(*Start), get_array_pod_sort_comparator(*Start));
785 auto NElts = End - Start;
786 if (NElts <= 1) return;
787 qsort(&*Start, NElts, sizeof(*Start),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 772 auto NElts = End - Start;
773 if (NElts <= 1) return;
774 qsort(&*Start, NElts, sizeof(*Start), get_array_pod_sort_comparator(*Start));
785 auto NElts = End - Start;
786 if (NElts <= 1) return;
787 qsort(&*Start, NElts, sizeof(*Start),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 772 auto NElts = End - Start;
773 if (NElts <= 1) return;
774 qsort(&*Start, NElts, sizeof(*Start), get_array_pod_sort_comparator(*Start));
785 auto NElts = End - Start;
786 if (NElts <= 1) return;
787 qsort(&*Start, NElts, sizeof(*Start),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
TargetLowering.cpp 836 unsigned NElts = VT.getVectorNumElements();
837 if (NElts != 1) {
849 && SVT.getVectorNumElements() == NElts &&
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 872 milliseconds

1 23