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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 578 size_t AllocSize = RSExportType::GetTypeAllocSize(ET);
580 if (AllocSize > 0) {
583 << AllocSize << ");";
slang_rs_export_type.cpp     [all...]
slang_rs_reflection.cpp     [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 148 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+
153 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 447 const uint64_t AllocSize;
455 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())),
463 if (Size == 0 || Offset.isNegative() || Offset.uge(AllocSize)) {
466 << AllocSize << " byte alloca:\n"
481 assert(AllocSize >= BeginOffset); // Established above.
482 if (Size > AllocSize - BeginOffset) {
484 << " to remain within the " << AllocSize << " byte alloca:\n"
487 EndOffset = AllocSize;
505 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
537 if (Offset.isNegative() || Size > AllocSize ||
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 269 milliseconds