Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h336 TypeSize(const FixedOrScalableQuantity<TypeSize, uint64_t> &V) in TypeSize() function
340 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp85 unsigned TypeSize = CGM.getContext() in getPipeElemSize() local
95 unsigned TypeSize = CGM.getContext() in getPipeElemAlign() local
H A DCGRecordLayoutBuilder.cpp654 CharUnits TypeSize = getSize(Type); in accumulateBitFields() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp24 unsigned TypeSize = QueryTy.getSizeInBits(); in isRegisterType() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DCBuffer.cpp68 int64_t TypeSize = DL.getTypeSizeInBits(Ty->getElementType()) / 8; in translateCBufArrayOffset() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h41 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.cpp1017 unsigned TypeSize = in handleAnyInterruptAttr() local
H A DSemaType.cpp2373 unsigned TypeSize = static_cast<unsigned>(Context.getTypeSize(CurType)); in BuildVectorType() local
8486 unsigned TypeSize = S.Context.getTypeSize(EltType); in HandleArmSveVectorBitsTypeAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp938 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); in InjectTraceForDiv() local
962 uint64_t TypeSize = DL->getTypeStoreSizeInBits(ElementTy); in InjectTraceForLoadsAndStores() local
998 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); in InjectTraceForCmp() local
H A DThreadSanitizer.cpp637 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentLoadOrStore() local
814 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex() local
H A DHWAddressSanitizer.cpp913 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex()
/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)); in analyzeAllUses() local
H A DInlineCost.cpp1553 APInt TypeSize(IntPtrWidth, GTI.getSequentialElementStride(DL)); in accumulateGEPOffset() local
3102 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost() local
H A DBasicAliasAnalysis.cpp713 unsigned TypeSize = AllocTypeSize.getFixedValue(); in DecomposeGEPExpression() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp52 static size_t TypeStoreSizeToSizeIndex(uint32_t TypeSize) { in TypeStoreSizeToSizeIndex()
/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.cpp368 unsigned TypeSize = ArgSizeBytes; in canonicalizeThunkType() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1749 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize, in getMinGlobalAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1710 unsigned TypeSize = in getGatherScatterOpCost() local
1725 unsigned TypeSize = T->getOperand(0)->getType()->getScalarSizeInBits(); in getGatherScatterOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp661 auto TypeSize = DL.getTypeStoreSize(Ty); in getArgumentAccessInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2317 unsigned TypeSize = DL.getTypeSizeInBits(Ty).getFixedValue(); in createAndCheckVectorTypesForPromotion() local
4278 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.cpp1932 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); in LayoutField() local

12