Home
last modified time | relevance | path

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

/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp108 uint32_t AllocSize; in handleAllocateSpace() local
/external/llvm/include/llvm/ADT/
DStringMap.h149 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
207 unsigned AllocSize = in Destroy() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1057 llvm::Value *AllocSize; member in __anon28c229b30211::CallDeleteDuringNew
1069 llvm::Value *AllocSize) in CallDeleteDuringNew()
1110 DominatingValue<RValue>::saved_type AllocSize; member in __anon28c229b30211::CallDeleteDuringConditionalNew
1124 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1168 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/external/clang/lib/Rewrite/Core/
DRewriteRope.cpp794 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp277 ConstantInt *AllocSize = dyn_cast<ConstantInt>(Size); in visitAlloca() local
/external/llvm/lib/IR/
DInstructions.cpp373 Type *AllocTy, Value *AllocSize, in createMalloc()
458 Value *AllocSize, Value *ArraySize, in CreateMalloc()
475 Value *AllocSize, Value *ArraySize, in CreateMalloc()
DCore.cpp2260 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc() local
2271 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp336 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
2961 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in stripAggregateTypeWrapping() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1540 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize); in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3420 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local