Searched defs:AllocSize (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringMap.h148 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp1735 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp389 const uint64_t AllocSize; member in class:AllocaPartitioning::BuilderBase
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp359 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
444 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function * MallocF, const Twine &Name) argument
461 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
[all...]
H A DCore.cpp2027 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); local
2038 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3216 SDValue AllocSize = getValue(I.getArraySize()); local
[all...]

Completed in 148 milliseconds