Home
last modified time | relevance | path

Searched refs:getIntAlign (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h87 CharUnits getIntAlign() const { in getIntAlign() function
H A DCGBlocks.cpp493 assert(CGM.getIntAlign() <= GenPtrAlign); in initializeForBlockHeader()
522 assert(CGM.getIntAlign() <= CGM.getPointerAlign()); in initializeForBlockHeader()
H A DCGExpr.cpp1191 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 DCGObjCGNU.cpp1715 CharUnits Align = CGM.getIntAlign(); in GenerateClass()
4336 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset()
H A DCGException.cpp2139 llvm::Value *Code = Builder.CreateAlignedLoad(Int32Ty, Rec, getIntAlign()); in EmitSEHExceptionCodeSave()
H A DMicrosoftCXXABI.cpp2531 CharUnits Align = CGM.getIntAlign(); in EmitThreadLocalVarDeclLValue()
H A DCodeGenModule.cpp366 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity(); in CodeGenModule()
H A DCGBuiltin.cpp17399 Store = Builder.CreateAlignedStore(Extracted, StorePtr, getIntAlign()); in EmitPPCBuiltinExpr()
19118 CGF.CGM.getIntAlign()); in EmitAMDGPUBuiltinExpr()
/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp107 IntAlign = HostTarget->getIntAlign(); in NVPTXTargetInfo()
H A DSPIR.h119 IntAlign = HostTarget->getIntAlign(); in BaseSPIRTargetInfo()
/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp321 MPI.Align = Target.getIntAlign(); in getMemberPointerInfo()
H A DASTContext.cpp2104 Align = Target->getIntAlign(); in getTypeInfoImpl()
/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp367 /// enum. For example, SignedInt -> getIntAlign().
376 case UnsignedInt: return getIntAlign(); in isTypeSigned()
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h470 /// For example, SignedInt -> getIntAlign().
520 unsigned getIntAlign() const { return IntAlign; } in getLongLongAlign()
510 unsigned getIntAlign() const { return IntAlign; } getIntAlign() function