Searched refs:getIntAlign (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 87 CharUnits getIntAlign() const { in getIntAlign() function
|
H A D | CGBlocks.cpp | 494 assert(CGM.getIntAlign() <= GenPtrAlign); in initializeForBlockHeader() 523 assert(CGM.getIntAlign() <= CGM.getPointerAlign()); in initializeForBlockHeader()
|
H A D | 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()
|
H A D | CGObjCGNU.cpp | 1707 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset() 4324 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 | 2537 CharUnits Align = CGM.getIntAlign(); in getInitThreadEpochPtr()
|
H A D | CodeGenModule.cpp | 365 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity(); in CodeGenModule()
|
H A D | CGBuiltin.cpp | 16528 Store = Builder.CreateAlignedStore(Extracted, StorePtr, getIntAlign()); in EmitX86BuiltinExpr() 18179 CGF.CGM.getIntAlign()); in EmitAMDGPUWorkGroupSize()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | NVPTX.cpp | 111 IntAlign = HostTarget->getIntAlign(); in NVPTXTargetInfo()
|
H A D | SPIR.h | 117 IntAlign = HostTarget->getIntAlign(); in BaseSPIRTargetInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 360 case UnsignedInt: return getIntAlign(); in getTypeAlign()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 510 unsigned getIntAlign() const { return IntAlign; } in getIntAlign() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 2044 Align = Target->getIntAlign(); in getTypeInfoImpl()
|