Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DStringMap.h149 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
194 unsigned AllocSize = in Destroy() local
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp108 uint32_t AllocSize = 0; in handleAllocateSpace() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1092 llvm::Value *AllocSize; member in __anon355f96dc0211::CallDeleteDuringNew
1104 llvm::Value *AllocSize) in CallDeleteDuringNew()
1145 DominatingValue<RValue>::saved_type AllocSize; member in __anon355f96dc0211::CallDeleteDuringConditionalNew
1159 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1203 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/external/clang/lib/Rewrite/
DRewriteRope.cpp791 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp278 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.cpp2436 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc() local
2447 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp630 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
3340 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in stripAggregateTypeWrapping() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1535 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize); in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3459 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local