Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp86 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty); in set() local
DSelectionDAGBuilder.cpp3415 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty); in visitAlloca() local
6364 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty); in visitInlineAsm() local
7089 uint64_t TySize = getDataLayout()->getTypeAllocSize(CLI.RetTy); in LowerCallTo() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp1958 unsigned TySize = (unsigned)Context.getTypeSize(Ty); in BitsContainNoUserData() local
2657 uint64_t TySize = SizeAlign.first.getQuantity(); in EmitVAArg() local
5164 void MipsABIInfo::CoerceToIntArgs(uint64_t TySize, in CoerceToIntArgs()
5249 uint64_t TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp881 if (int64_t TySize = DL->getTypeAllocSize(Ty)) { in FindElementAtOffset() local