Home
last modified time | relevance | path

Searched defs:ArraySize (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DBasicBlockTracing.c53 unsigned ArraySize; in llvm_start_basic_block_tracing() local
/external/swiftshader/third_party/LLVM/lib/Support/
DSmallPtrSet.cpp105 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/tensorflow/tensorflow/core/kernels/neon/
Dtypes.h42 int ArraySize(const Dims<N>& array, int index) { in ArraySize() function
/external/perfetto/include/perfetto/base/
Dutils.h95 constexpr size_t ArraySize(const T& array) { in ArraySize() function
/external/perfetto/src/base/
Dutils_unittest.cc33 TEST(UtilsTest, ArraySize) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSmallPtrSet.cpp68 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp91 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/llvm/lib/Support/
DSmallPtrSet.cpp90 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp170 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp121 Value *ArraySize = computeArraySize(CI, TD); in isArrayMalloc() local
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer_test.cc66 inline size_t ArraySize(const T (&v)[SIZE]) { in ArraySize() function
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs222 public static int ArraySize<T>(T[] x) in ArraySize() method in FlatBuffers.ByteBuffer
228 public static int ArraySize<T>(Span<T> x) in ArraySize() method in FlatBuffers.ByteBuffer
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp459 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
731 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp560 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
836 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp406 Value *ArraySize, in createMalloc()
493 Value *AllocSize, Value *ArraySize, in CreateMalloc()
501 Value *AllocSize, Value *ArraySize, in CreateMalloc()
519 Value *AllocSize, Value *ArraySize, in CreateMalloc()
526 Value *AllocSize, Value *ArraySize, in CreateMalloc()
1024 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1028 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1032 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1043 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp431 unsigned ArraySize = 16/Size; in getMemSetPatternValue() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp356 Value *ArraySize, Function *MallocF, in createMalloc()
440 Value *AllocSize, Value *ArraySize, in CreateMalloc()
457 Value *AllocSize, Value *ArraySize, in CreateMalloc()
836 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
845 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
872 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
881 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
/external/llvm/lib/IR/
DInstructions.cpp444 Value *ArraySize, in createMalloc()
530 Value *AllocSize, Value *ArraySize, in CreateMalloc()
538 Value *AllocSize, Value *ArraySize, in CreateMalloc()
557 Value *AllocSize, Value *ArraySize, in CreateMalloc()
564 Value *AllocSize, Value *ArraySize, in CreateMalloc()
1256 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1260 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1264 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1274 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc116 size_t ArraySize(T& a) { in ArraySize() function
Dgrpc_tool_test.cc125 size_t ArraySize(T& a) { in ArraySize() function
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1333 const string &name, Value *ArraySize) { in make_alloca()
1342 const string &name, Value *ArraySize) { in make_alloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp505 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
/external/llvm/lib/CodeGen/
DSafeStack.cpp680 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp652 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/external/clang/lib/Sema/
DSemaType.cpp2050 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { in isArraySizeVLA()
2086 Expr *ArraySize, unsigned Quals, in BuildArrayType()
2285 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType()
3894 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local

12