Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h320 TypeSize(const FixedOrScalableQuantity<TypeSize,uint64_t> & V) TypeSize() argument
324 constexpr TypeSize() : FixedOrScalableQuantity(0, false) {} TypeSize() function
326 constexpr TypeSize(ScalarTy Quantity, bool Scalable) TypeSize() function
[all...]
/freebsd-src/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 DCGClass.cpp813 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); EmitAsanPrologueOrEpilogue() local
H A DItaniumCXXABI.cpp1305 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); emitThrow() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp26 unsigned TypeSize = QueryTy.getSizeInBits(); in isRegisterType() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp51 CharUnits TypeSize, QualType ToPointeeTy) { in evenFlexibleArraySize() argument
H A DCheckPlacementNew.cpp77 CharUnits TypeSize = AstContext.getTypeSizeInChars(ElementType); in getExtentSizeOfNewTarget() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp853 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); InjectTraceForDiv() local
877 uint64_t TypeSize = DL->getTypeStoreSizeInBits(ElementTy); InjectTraceForLoadsAndStores() local
912 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); InjectTraceForCmp() local
[all...]
H A DMemProfiler.cpp174 uint64_t TypeSize; global() member
445 instrumentAddress(Instruction * OrigIns,Instruction * InsertBefore,Value * Addr,uint32_t TypeSize,bool IsWrite) instrumentAddress() argument
H A DThreadSanitizer.cpp635 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); instrumentLoadOrStore() local
807 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); getMemoryAccessFuncIndex() local
H A DHWAddressSanitizer.cpp841 TypeSizeToSizeIndex(uint32_t TypeSize) TypeSizeToSizeIndex() argument
H A DMemorySanitizer.cpp1587 uint32_t TypeSize = DL.getTypeSizeInBits(OrigTy); getShadowTy() local
4409 uint64_t TypeSize = DL.getTypeAllocSize(I.getAllocatedType()); instrumentAlloca() local
[all...]
H A DAddressSanitizer.cpp1204 TypeStoreSizeToSizeIndex(uint32_t TypeSize) TypeStoreSizeToSizeIndex() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp421 auto TypeSize = DL.getTypeStoreSize(StoredVal->getType()); analyzeAllUses() local
434 auto TypeSize = DL.getTypeStoreSize(I->getType()); analyzeAllUses() local
497 auto TypeSize = DL.getTypeStoreSize(CB.getParamByValType(ArgNo)); analyzeAllUses() local
[all...]
H A DInlineCost.cpp1432 APInt TypeSize(IntPtrWidth, GTI.getSequentialElementStride(DL)); accumulateGEPOffset() local
2899 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); getCallsiteCost() local
H A DBasicAliasAnalysis.cpp672 unsigned TypeSize = AllocTypeSize.getFixedValue(); DecomposeGEPExpression() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h665 numTrailingObjects(OverloadToken<TypeSize>) numTrailingObjects() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp326 unsigned TypeSize = ArgSizeBytes; canonicalizeThunkType() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp138 unsigned TypeSize = 0; member in __anon0e46b04f0111::TypePromotionImpl
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1630 (TypeSize == 16 && EltSize == 8)) && in getGatherScatterOpCost() local
1615 unsigned TypeSize = getGatherScatterOpCost() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2273 unsigned TypeSize = DL.getTypeSizeInBits(Ty).getFixedValue(); createAndCheckVectorTypesForPromotion() local
4098 uint64_t TypeSize = DL.getTypeSizeInBits(Ty).getFixedValue(); stripAggregateTypeWrapping() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1026 unsigned TypeSize = (size_t)getDataLayout().getTypeAllocSize(Ty); visitAllocaInst() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1932 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); LayoutField() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2795 unsigned TypeSize = static_cast<unsigned>(Context.getTypeSize(CurType)); BuildVectorType() local
8575 unsigned TypeSize = S.Context.getTypeSize(EltType); HandleArmSveVectorBitsTypeAttr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1799 unsigned TypeSize = LowerCall() local

12