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

  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 408 unsigned ElementCount, LLVMBool Packed);
409 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
414 unsigned ElementCount, LLVMBool Packed);
424 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
426 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 993 unsigned ElementCount, LLVMBool Packed);
1000 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
1023 unsigned ElementCount, LLVMBool Packed);
1095 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h 948 unsigned ElementCount, LLVMBool Packed);
955 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
978 unsigned ElementCount, LLVMBool Packed);
1050 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1089 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 508 unsigned ElementCount, LLVMBool Packed) {
509 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
514 unsigned ElementCount, LLVMBool Packed) {
516 ElementCount, Packed);
533 unsigned ElementCount, LLVMBool Packed) {
534 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
568 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) {
569 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
576 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) {
577 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 294 unsigned ElementCount, LLVMBool Packed) {
295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
300 unsigned ElementCount, LLVMBool Packed) {
302 ElementCount, Packed);
319 unsigned ElementCount, LLVMBool Packed) {
320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
349 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) {
350 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
357 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) {
358 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c     [all...]
Setup.h 179 UINTN ElementCount; // Number of <RequestElement> in the <ConfigRequest>
388 UINTN ElementCount; // Number of <RequestElement> in the <ConfigRequest>
    [all...]
IfrParse.c 759 FormsetStorage->ElementCount++;
811 ConfigInfo->ElementCount++;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 624 PULONG ElementCount,
632 PULONG ElementCount,
winnt.h     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 778 milliseconds