Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/Support/
H A DTypeSizeTest.cpp107 TEST(TypeSize, FailIncompatibleTypes) { in TEST() argument
/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
/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h335 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 DLLVMTypes.h24 class TypeSize; variable
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp26 if (TypeSize % 32 == 1 || TypeSize > 128) in isRegisterType() local
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h40 class TypeSize; global() variable
/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
/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp930 unsigned TypeSize = handleAnyInterruptAttr() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp859 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 DThreadSanitizer.cpp634 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); instrumentLoadOrStore() local
810 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); getMemoryAccessFuncIndex() local
H A DHWAddressSanitizer.cpp875 TypeSizeToSizeIndex(uint32_t TypeSize) TypeSizeToSizeIndex() argument
/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)); accumulateGEPOffset() local
2906 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); getCallsiteCost() local
H A DBasicAliasAnalysis.cpp703 unsigned TypeSize = AllocTypeSize.getFixedValue(); DecomposeGEPExpression() local
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h665 numTrailingObjects(OverloadToken<TypeSize>) numTrailingObjects() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp366 unsigned TypeSize = ArgSizeBytes; canonicalizeThunkType() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp
/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp138 unsigned TypeSize = 0; member in __anon559c11500111::TypePromotionImpl
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1627 unsigned TypeSize = getGatherScatterOpCost() local
1642 unsigned TypeSize = T->getOperand(0)->getType()->getScalarSizeInBits(); getGatherScatterOpCost() local
[all...]
/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1572 getMinGlobalAlign(uint64_t TypeSize,bool HasNonWeakDef) const getMinGlobalAlign() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2224 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 DExecution.cpp990 unsigned TypeSize = (size_t)getDataLayout().getTypeAllocSize(Ty); in visitAllocaInst() local
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1939 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); LayoutField() local

12