/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 335 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 D | PPCLegalizerInfo.cpp | 26 unsigned TypeSize = QueryTy.getSizeInBits(); in isRegisterType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 40 class TypeSize; variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 51 CharUnits TypeSize, QualType ToPointeeTy) { in evenFlexibleArraySize()
|
H A D | CheckPlacementNew.cpp | 77 CharUnits TypeSize = AstContext.getTypeSizeInChars(ElementType); in getExtentSizeOfNewTarget() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaX86.cpp | 930 unsigned TypeSize = in handleAnyInterruptAttr() local
|
H A D | SemaType.cpp | 2342 unsigned TypeSize = static_cast<unsigned>(Context.getTypeSize(CurType)); in BuildVectorType() local 8269 unsigned TypeSize = S.Context.getTypeSize(EltType); in HandleArmSveVectorBitsTypeAttr() local
|
H A D | SemaChecking.cpp | 1130 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 D | SanitizerCoverage.cpp | 859 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 D | ThreadSanitizer.cpp | 634 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentLoadOrStore() local 810 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex() local
|
H A D | HWAddressSanitizer.cpp | 875 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { in TypeSizeToSizeIndex()
|
H A D | AddressSanitizer.cpp | 1281 static size_t TypeStoreSizeToSizeIndex(uint32_t TypeSize) { in TypeStoreSizeToSizeIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 443 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 D | InlineCost.cpp | 1442 APInt TypeSize(IntPtrWidth, GTI.getSequentialElementStride(DL)); in accumulateGEPOffset() local 2904 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost() local
|
H A D | BasicAliasAnalysis.cpp | 703 unsigned TypeSize = AllocTypeSize.getFixedValue(); in DecomposeGEPExpression() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 665 size_t numTrailingObjects(OverloadToken<TypeSize>) const { in numTrailingObjects()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 138 unsigned TypeSize = 0; member in __anonab9dbb3d0111::TypePromotionImpl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 373 unsigned TypeSize = ArgSizeBytes; in canonicalizeThunkType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1627 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 D | CGRecordLayoutBuilder.cpp | 654 CharUnits TypeSize = getSize(Type); in accumulateBitFields() local
|
H A D | CGClass.cpp | 822 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); in EmitAsanPrologueOrEpilogue() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | AArch64.cpp | 1627 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize, in getMinGlobalAlign()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2224 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 D | Execution.cpp | 990 unsigned TypeSize = (size_t)getDataLayout().getTypeAllocSize(Ty); in visitAllocaInst() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 1939 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); in LayoutField() local
|