Home
last modified time | relevance | path

Searched defs:AllocSize (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/ADT/
DStringMap.h154 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
200 unsigned AllocSize = in Destroy() local
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp108 uint32_t AllocSize = 0; in handleAllocateSpace() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1161 llvm::Value *AllocSize; member in __anon7f32a35d0211::CallDeleteDuringNew
1173 llvm::Value *AllocSize) in CallDeleteDuringNew()
1214 DominatingValue<RValue>::saved_type AllocSize; member in __anon7f32a35d0211::CallDeleteDuringConditionalNew
1228 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1272 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
DTargetInfo.cpp6750 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
/external/clang/lib/Rewrite/
DRewriteRope.cpp791 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/external/llvm/lib/Analysis/
DInlineCost.cpp296 ConstantInt *AllocSize = dyn_cast<ConstantInt>(Size); in visitAlloca() local
/external/llvm/lib/IR/
DInstructions.cpp386 Type *AllocTy, Value *AllocSize, in createMalloc()
471 Value *AllocSize, Value *ArraySize, in CreateMalloc()
488 Value *AllocSize, Value *ArraySize, in CreateMalloc()
DCore.cpp2464 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc() local
2475 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp626 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
3180 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in stripAggregateTypeWrapping() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1534 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize); in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3076 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local