HomeSort by relevance Sort by last modified time
    Searched refs:EltCount (Results 1 - 20 of 20) sorted by null

  /external/llvm/tools/llvm-c-test/
echo.cpp 118 unsigned EltCount = LLVMCountStructElementTypes(Src);
120 for (unsigned i = 0; i < EltCount; i++)
123 LLVMStructSetBody(S, Elts.data(), EltCount, LLVMIsPackedStruct(Src));
125 S = LLVMStructTypeInContext(Ctx, Elts.data(), EltCount,
275 unsigned EltCount = LLVMGetArrayLength(Ty);
277 for (unsigned i = 0; i < EltCount; i++)
279 return LLVMConstArray(LLVMGetElementType(Ty), Elts.data(), EltCount);
286 unsigned EltCount = LLVMGetArrayLength(Ty);
288 for (unsigned i = 0; i < EltCount; i++)
290 return LLVMConstArray(LLVMGetElementType(Ty), Elts.data(), EltCount);
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 307 void FoldingSetImpl::reserve(unsigned EltCount) {
308 // This will give us somewhere between EltCount / 2 and
309 // EltCount buckets. This puts us in the load factor
311 if(EltCount < capacity())
313 GrowBucketCount(PowerOf2Floor(EltCount));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
FoldingSet.cpp 307 void FoldingSetImpl::reserve(unsigned EltCount) {
308 // This will give us somewhere between EltCount / 2 and
309 // EltCount buckets. This puts us in the load factor
311 if(EltCount < capacity())
313 GrowBucketCount(PowerOf2Floor(EltCount));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 162 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
163 /// to allocate more space than requested by EltCount.
164 void reserve(unsigned EltCount);
  /external/llvm/include/llvm/ADT/
FoldingSet.h 184 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
185 /// to allocate more space than requested by EltCount.
186 void reserve(unsigned EltCount);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 189 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
190 /// to allocate more space than requested by EltCount.
191 void reserve(unsigned EltCount);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 189 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
190 /// to allocate more space than requested by EltCount.
191 void reserve(unsigned EltCount);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 189 /// EltCount-th node won't cause a rebucket operation. reserve is permitted
190 /// to allocate more space than requested by EltCount.
191 void reserve(unsigned EltCount);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 441 milliseconds