Home
last modified time | relevance | path

Searched defs:TypeSize (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h335 TypeSize(const FixedOrScalableQuantity<TypeSize, uint64_t> &V) in TypeSize() function
339 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp26 unsigned TypeSize = QueryTy.getSizeInBits(); in isRegisterType() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h40 class TypeSize; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp51 CharUnits TypeSize, QualType ToPointeeTy) { in evenFlexibleArraySize()
H A DCheckPlacementNew.cpp77 CharUnits TypeSize = AstContext.getTypeSizeInChars(ElementType); in getExtentSizeOfNewTarget() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp930 unsigned TypeSize = in handleAnyInterruptAttr() local
H A DSemaType.cpp2342 unsigned TypeSize = static_cast<unsigned>(Context.getTypeSize(CurType)); in BuildVectorType() local
8269 unsigned TypeSize = S.Context.getTypeSize(EltType); in HandleArmSveVectorBitsTypeAttr() local
H A DSemaChecking.cpp1130 size_t TypeSize = T->getZExtSize(); in ProcessFormatStringLiteral() local
7832 size_t TypeSize = T->getZExtSize(); in CheckFormatString() local
7892 size_t TypeSize = T->getZExtSize(); in FormatStringHasSArg() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp859 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); in InjectTraceForDiv() local
883 uint64_t TypeSize = DL->getTypeStoreSizeInBits(ElementTy); in InjectTraceForLoadsAndStores() local
918 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); in InjectTraceForCmp() local
H A DThreadSanitizer.cpp634 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentLoadOrStore() local
810 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex() local
H A DHWAddressSanitizer.cpp875 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex()
H A DAddressSanitizer.cpp1281 static size_t TypeStoreSizeToSizeIndex(uint32_t TypeSize) { in TypeStoreSizeToSizeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp443 auto TypeSize = DL.getTypeStoreSize(StoredVal->getType()); in analyzeAllUses() local
456 auto TypeSize = DL.getTypeStoreSize(I->getType()); in analyzeAllUses() local
519 auto TypeSize = DL.getTypeStoreSize(CB.getParamByValType(ArgNo)); analyzeAllUses() local
[all...]
H A DInlineCost.cpp1442 APInt TypeSize(IntPtrWidth, GTI.getSequentialElementStride(DL)); in accumulateGEPOffset() local
2904 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost() local
H A DBasicAliasAnalysis.cpp703 unsigned TypeSize = AllocTypeSize.getFixedValue(); in DecomposeGEPExpression() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h665 size_t numTrailingObjects(OverloadToken<TypeSize>) const { in numTrailingObjects()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp138 unsigned TypeSize = 0; member in __anonab9dbb3d0111::TypePromotionImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp373 unsigned TypeSize = ArgSizeBytes; in canonicalizeThunkType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1627 unsigned TypeSize = in getGatherScatterOpCost() local
1642 unsigned TypeSize = T->getOperand(0)->getType()->getScalarSizeInBits(); in getGatherScatterOpCost() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp654 CharUnits TypeSize = getSize(Type); in accumulateBitFields() local
H A DCGClass.cpp822 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); in EmitAsanPrologueOrEpilogue() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1627 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize, in getMinGlobalAlign()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2224 unsigned TypeSize = DL.getTypeSizeInBits(Ty).getFixedValue(); in createAndCheckVectorTypesForPromotion() local
4139 uint64_t TypeSize = DL.getTypeSizeInBits(Ty).getFixedValue(); in stripAggregateTypeWrapping() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp990 unsigned TypeSize = (size_t)getDataLayout().getTypeAllocSize(Ty); in visitAllocaInst() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1939 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); in LayoutField() local

12