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

  /external/llvm/include/llvm/ADT/
StringMap.h 156 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+
161 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 667 size_t AllocSize = RSExportType::GetTypeAllocSize(ET);
669 if (AllocSize > 0) {
672 << AllocSize << ");";
slang_rs_export_type.cpp     [all...]
slang_rs_reflection.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 318 const uint64_t AllocSize;
330 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())), S(S) {}
342 if (Size == 0 || Offset.isNegative() || Offset.uge(AllocSize)) {
345 << AllocSize << " byte alloca:\n"
360 assert(AllocSize >= BeginOffset); // Established above.
361 if (Size > AllocSize - BeginOffset) {
363 << " to remain within the " << AllocSize << " byte alloca:\n"
366 EndOffset = AllocSize;
397 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
429 if (Offset.isNegative() || Size > AllocSize ||
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 158 milliseconds