Searched refs:getIntAlign (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CodeGenTypeCache.h | 87 CharUnits getIntAlign() const { in getIntAlign() function
|
| HD | CGBlocks.cpp | 494 assert(CGM.getIntAlign() <= GenPtrAlign); in initializeForBlockHeader() 523 assert(CGM.getIntAlign() <= CGM.getPointerAlign()); in initializeForBlockHeader()
|
| HD | CGExpr.cpp | 1148 getIntAlign(), "..counted_by.load"); in EmitCountedByFieldExpr() 3781 Address CheckKindAddr(V, Int8Ty, getIntAlign()); in EmitCfiCheckFail() 4318 Res = Builder.CreateAlignedLoad(CountTy, Res, getIntAlign(), in EmitArraySubscriptExpr() 5879 Builder.CreateAlignedLoad(PrefixSigType, CalleeSigPtr, getIntAlign()); in EmitCall()
|
| HD | CGObjCGNU.cpp | 1707 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset() 4324 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset()
|
| HD | CGException.cpp | 2139 llvm::Value *Code = Builder.CreateAlignedLoad(Int32Ty, Rec, getIntAlign()); in EmitSEHExceptionCodeSave()
|
| HD | MicrosoftCXXABI.cpp | 2537 CharUnits Align = CGM.getIntAlign(); in getInitThreadEpochPtr()
|
| HD | CodeGenModule.cpp | 365 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity(); in CodeGenModule()
|
| HD | CGBuiltin.cpp | 16528 Store = Builder.CreateAlignedStore(Extracted, StorePtr, getIntAlign()); in EmitX86BuiltinExpr() 18179 CGF.CGM.getIntAlign()); in EmitAMDGPUWorkGroupSize()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| HD | NVPTX.cpp | 111 IntAlign = HostTarget->getIntAlign(); in NVPTXTargetInfo()
|
| HD | SPIR.h | 117 IntAlign = HostTarget->getIntAlign(); in BaseSPIRTargetInfo()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | MicrosoftCXXABI.cpp | 321 MPI.Align = Target.getIntAlign(); in getMemberPointerInfo()
|
| HD | ASTContext.cpp | 2044 Align = Target->getIntAlign(); in getTypeInfoImpl()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/ |
| HD | TargetInfo.cpp | 360 case UnsignedInt: return getIntAlign(); in getTypeAlign()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | TargetInfo.h | 510 unsigned getIntAlign() const { return IntAlign; } in getIntAlign() function
|