Searched refs:getIntAlign (Results 1 – 14 of 14) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 87 CharUnits getIntAlign() const { in getIntAlign() function
|
H A D | CGBlocks.cpp | 493 assert(CGM.getIntAlign() <= GenPtrAlign); in initializeForBlockHeader() 522 assert(CGM.getIntAlign() <= CGM.getPointerAlign()); in initializeForBlockHeader()
|
H A D | CGExpr.cpp | 1191 getIntAlign(), "counted_by.load"); in EmitBoundsCheckImpl() 3862 Address CheckKindAddr(V, Int8Ty, getIntAlign()); in EmitTrapCall() 4403 Res = Builder.CreateAlignedLoad(CountTy, Res, getIntAlign(), in EmitArraySectionExpr() 6051 Builder.CreateAlignedLoad(PrefixSigType, CalleeSigPtr, getIntAlign());
|
H A D | CGObjCGNU.cpp | 1715 CharUnits Align = CGM.getIntAlign(); in GenerateClass() 4336 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset()
|
H A D | CGException.cpp | 2139 llvm::Value *Code = Builder.CreateAlignedLoad(Int32Ty, Rec, getIntAlign()); in EmitSEHExceptionCodeSave()
|
H A D | MicrosoftCXXABI.cpp | 2531 CharUnits Align = CGM.getIntAlign(); in EmitThreadLocalVarDeclLValue()
|
H A D | CodeGenModule.cpp | 366 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity(); in CodeGenModule()
|
H A D | CGBuiltin.cpp | 17399 Store = Builder.CreateAlignedStore(Extracted, StorePtr, getIntAlign()); in EmitPPCBuiltinExpr() 19118 CGF.CGM.getIntAlign()); in EmitAMDGPUBuiltinExpr()
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | NVPTX.cpp | 107 IntAlign = HostTarget->getIntAlign(); in NVPTXTargetInfo()
|
H A D | SPIR.h | 119 IntAlign = HostTarget->getIntAlign(); in BaseSPIRTargetInfo()
|
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 321 MPI.Align = Target.getIntAlign(); in getMemberPointerInfo()
|
H A D | ASTContext.cpp | 2104 Align = Target->getIntAlign(); in getTypeInfoImpl()
|
/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 367 /// enum. For example, SignedInt -> getIntAlign(). 376 case UnsignedInt: return getIntAlign(); in isTypeSigned()
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 470 /// For example, SignedInt -> getIntAlign(). 520 unsigned getIntAlign() const { return IntAlign; } in getLongLongAlign() 510 unsigned getIntAlign() const { return IntAlign; } getIntAlign() function
|