Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp82 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty); in set() local
DSelectionDAGBuilder.cpp3341 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty); in visitAlloca() local
6269 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty); in visitInlineAsm() local
6958 uint64_t TySize = getDataLayout()->getTypeAllocSize(CLI.RetTy); in LowerCallTo() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp1861 unsigned TySize = (unsigned)Context.getTypeSize(Ty); in BitsContainNoUserData() local
2560 uint64_t TySize = SizeAlign.first.getQuantity(); in EmitVAArg() local
4802 void MipsABIInfo::CoerceToIntArgs(uint64_t TySize, in CoerceToIntArgs()
4887 uint64_t TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp781 if (int64_t TySize = TD->getTypeAllocSize(Ty)) { in FindElementAtOffset() local