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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTypeSize.cpp
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h27 uint64_t TypeSize; member in class:llvm::InterestingMemoryOperand
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp102 unsigned TypeSize = CGM.getContext() local
112 unsigned TypeSize = CGM.getContext() local
H A DCGClass.cpp822 uint64_t TypeSize = Info.getNonVirtualSize().getQuantity(); local
H A DItaniumCXXABI.cpp1319 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); local
H A DCGOpenMPRuntime.cpp7854 CharUnits TypeSize = CGF.getContext().getTypeSizeInChars( local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp50 evenFlexibleArraySize(ASTContext &Ctx, CharUnits RegionSize, CharUnits TypeSize, QualType ToPointeeTy) argument
H A DCheckPlacementNew.cpp77 CharUnits TypeSize = AstContext.getTypeSizeInChars(ElementType); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp208 unsigned TypeSize = DL.getIndexTypeSizeInBits(I->getType()); local
H A DTypePromotion.cpp146 unsigned TypeSize = 0; member in class:__anon1901::TypePromotion
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTypeSize.h417 class TypeSize : public LinearPolySize<TypeSize> { class in inherits:LinearPolySize
419 TypeSize(const LinearPolySize<TypeSize> function in class:TypeSize
420 TypeSize(ScalarTy MinVal, bool IsScalable) function in class:TypeSize
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp662 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); local
838 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); local
H A DMemProfiler.cpp152 uint64_t TypeSize; member in struct:__anon2890::InterestingMemoryAccess
413 instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, Instruction *I, Value *Addr, unsigned Alignment, uint32_t TypeSize, bool IsWrite) argument
468 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite) argument
[all...]
H A DHWAddressSanitizer.cpp707 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { argument
H A DAddressSanitizer.cpp1289 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { argument
1537 doInstrumentAddress(AddressSanitizer *Pass, Instruction *I, Instruction *InsertBefore, Value *Addr, MaybeAlign Alignment, unsigned Granularity, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1554 instrumentMaskedLoadOrStore(AddressSanitizer *Pass, const DataLayout &DL, Type *IntptrTy, Value *Mask, Instruction *I, Value *Addr, MaybeAlign Alignment, unsigned Granularity, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1677 createSlowPathCmp(IRBuilder< &IRB, Value *AddrLong, Value *ShadowValue, uint32_t TypeSize) argument
1695 instrumentAMDGPUAddress( Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument) argument
1718 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1807 instrumentUnusualSizeOrAlignment( Instruction *I, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp420 unsigned TypeSize = DL.getTypeStoreSize(ParamTy); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1536 unsigned TypeSize = local
1551 unsigned TypeSize = T->getOperand(0)->getType()->getScalarSizeInBits(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2447 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1924 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); local
H A DASTContext.cpp1761 uint64_t TypeSize = getTypeSize(T.getTypePtr()); local
2506 uint64_t TypeSize = getTypeSize(T.getTypePtr()); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h2331 unsigned TypeSize = V->getType()->getScalarSizeInBits(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2578 unsigned TypeSize = static_cast<unsigned>(Context.getTypeSize(CurType)); local
7894 unsigned TypeSize = S.Context.getTypeSize(EltType); local
H A DSemaDeclAttr.cpp6662 unsigned TypeSize = local
H A DSemaChecking.cpp633 size_t TypeSize = T->getSize().getZExtValue(); local
9265 size_t TypeSize = T->getSize().getZExtValue(); local
9328 size_t TypeSize = T->getSize().getZExtValue(); local
H A DSemaExpr.cpp12126 unsigned TypeSize = Context.getTypeSize(VTy->getElementType()); local
[all...]

Completed in 886 milliseconds