/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 320 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 D | CGOpenCLRuntime.cpp | 85 unsigned TypeSize = CGM.getContext() in getPipeElemSize() local 95 unsigned TypeSize = CGM.getContext() in getPipeElemAlign() local
|
H A D | CGClass.cpp | 813 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); EmitAsanPrologueOrEpilogue() local
|
H A D | ItaniumCXXABI.cpp | 1305 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); emitThrow() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCLegalizerInfo.cpp | 26 unsigned TypeSize = QueryTy.getSizeInBits(); in isRegisterType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 51 CharUnits TypeSize, QualType ToPointeeTy) { in evenFlexibleArraySize() argument
|
H A D | CheckPlacementNew.cpp | 77 CharUnits TypeSize = AstContext.getTypeSizeInChars(ElementType); in getExtentSizeOfNewTarget() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 853 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 D | MemProfiler.cpp | 174 uint64_t TypeSize; global() member 445 instrumentAddress(Instruction * OrigIns,Instruction * InsertBefore,Value * Addr,uint32_t TypeSize,bool IsWrite) instrumentAddress() argument
|
H A D | ThreadSanitizer.cpp | 635 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); instrumentLoadOrStore() local 807 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); getMemoryAccessFuncIndex() local
|
H A D | HWAddressSanitizer.cpp | 841 TypeSizeToSizeIndex(uint32_t TypeSize) TypeSizeToSizeIndex() argument
|
H A D | MemorySanitizer.cpp | 1587 uint32_t TypeSize = DL.getTypeSizeInBits(OrigTy); getShadowTy() local 4409 uint64_t TypeSize = DL.getTypeAllocSize(I.getAllocatedType()); instrumentAlloca() local [all...] |
H A D | AddressSanitizer.cpp | 1204 TypeStoreSizeToSizeIndex(uint32_t TypeSize) TypeStoreSizeToSizeIndex() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 421 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 D | InlineCost.cpp | 1432 APInt TypeSize(IntPtrWidth, GTI.getSequentialElementStride(DL)); accumulateGEPOffset() local 2899 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); getCallsiteCost() local
|
H A D | BasicAliasAnalysis.cpp | 672 unsigned TypeSize = AllocTypeSize.getFixedValue(); DecomposeGEPExpression() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 665 numTrailingObjects(OverloadToken<TypeSize>) numTrailingObjects() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 326 unsigned TypeSize = ArgSizeBytes; canonicalizeThunkType() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 138 unsigned TypeSize = 0; member in __anon0e46b04f0111::TypePromotionImpl [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1630 (TypeSize == 16 && EltSize == 8)) && in getGatherScatterOpCost() local 1615 unsigned TypeSize = getGatherScatterOpCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2273 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 D | Execution.cpp | 1026 unsigned TypeSize = (size_t)getDataLayout().getTypeAllocSize(Ty); visitAllocaInst() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 1932 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); LayoutField() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 2795 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 D | NVPTXISelLowering.cpp | 1799 unsigned TypeSize = LowerCall() local
|