/llvm-project/llvm/unittests/Support/ |
H A D | TypeSizeTest.cpp | 107 TEST(TypeSize, FailIncompatibleTypes) { in TEST() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenCLRuntime.cpp | 85 unsigned TypeSize = CGM.getContext() in getPipeElemSize() local 95 unsigned TypeSize = CGM.getContext() in getPipeElemAlign() local
|
H A D | CGRecordLayoutBuilder.cpp | 654 CharUnits TypeSize = getSize(Type); in accumulateBitFields() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 335 TypeSize(const FixedOrScalableQuantity<TypeSize, uint64_t> &V) in TypeSize() argument 339 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize() function
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | LLVMTypes.h | 24 class TypeSize; variable
|
/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCLegalizerInfo.cpp | 26 if (TypeSize % 32 == 1 || TypeSize > 128) in isRegisterType() local
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 40 class TypeSize; global() variable
|
/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
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaX86.cpp | 930 unsigned TypeSize = handleAnyInterruptAttr() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 859 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); InjectTraceForDiv() local 883 uint64_t TypeSize = DL->getTypeStoreSizeInBits(ElementTy); InjectTraceForLoadsAndStores() local 918 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); InjectTraceForCmp() local [all...] |
H A D | ThreadSanitizer.cpp | 634 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); instrumentLoadOrStore() local 810 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); getMemoryAccessFuncIndex() local
|
H A D | HWAddressSanitizer.cpp | 875 TypeSizeToSizeIndex(uint32_t TypeSize) TypeSizeToSizeIndex() argument
|
/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)); accumulateGEPOffset() local 2906 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); getCallsiteCost() local
|
H A D | BasicAliasAnalysis.cpp | 703 unsigned TypeSize = AllocTypeSize.getFixedValue(); DecomposeGEPExpression() local [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 665 numTrailingObjects(OverloadToken<TypeSize>) numTrailingObjects() argument [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 366 unsigned TypeSize = ArgSizeBytes; canonicalizeThunkType() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | NarrowingConversionsCheck.cpp |
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 138 unsigned TypeSize = 0; member in __anon559c11500111::TypePromotionImpl [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1627 unsigned TypeSize = getGatherScatterOpCost() local 1642 unsigned TypeSize = T->getOperand(0)->getType()->getScalarSizeInBits(); getGatherScatterOpCost() local [all...] |
/llvm-project/clang/lib/Basic/Targets/ |
H A D | AArch64.cpp | 1572 getMinGlobalAlign(uint64_t TypeSize,bool HasNonWeakDef) const getMinGlobalAlign() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2224 unsigned TypeSize = DL.getTypeSizeInBits(Ty).getFixedValue(); createAndCheckVectorTypesForPromotion() local 4139 uint64_t TypeSize = DL.getTypeSizeInBits(Ty).getFixedValue(); stripAggregateTypeWrapping() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 990 unsigned TypeSize = (size_t)getDataLayout().getTypeAllocSize(Ty); in visitAllocaInst() local
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 1939 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); LayoutField() local
|