Home
last modified time | relevance | path

Searched defs:TySize (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp119 uint64_t TySize = MF->getDataLayout().getTypeAllocSize(Ty); in set() local
DSelectionDAGBuilder.cpp3072 uint64_t TySize = DL.getTypeAllocSize(Ty); in visitAlloca() local
6260 uint64_t TySize = DL.getTypeAllocSize(Ty); in visitInlineAsm() local
7007 uint64_t TySize = DL.getTypeAllocSize(CLI.RetTy); in LowerCallTo() local
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp611 uint64_t TySize = DL->getTypeAllocSize(Ty); in moveDynamicAllocasToUnsafeStack() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp2552 unsigned TySize = (unsigned)Context.getTypeSize(Ty); in BitsContainNoUserData() local
3258 uint64_t TySize = SizeAlign.first.getQuantity(); in EmitVAArg() local
5999 uint64_t TySize, SmallVectorImpl<llvm::Type *> &ArgList) const { in CoerceToIntArgs()
6085 uint64_t TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local
6269 int TySize = getContext().getTypeSize(Ty); in shouldSignExtUnsignedType() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp943 if (int64_t TySize = DL.getTypeAllocSize(Ty)) { in FindElementAtOffset() local