Searched refs:getIntAlign (Results 1 – 14 of 14) 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 | 1218 getIntAlign(), "counted_by.load"); in EmitLoadOfCountedByField() 3993 Address CheckKindAddr(V, Int8Ty, getIntAlign()); in EmitCfiCheckFail() 4452 Res = Builder.CreateAlignedLoad(CountTy, Res, getIntAlign(), in EmitCountedByBoundsChecking() 6352 Builder.CreateAlignedLoad(PrefixSigType, CalleeSigPtr, getIntAlign()); in EmitCall()
|
| H A D | CGObjCGNU.cpp | 1714 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset() 4415 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 | 2529 CharUnits Align = CGM.getIntAlign(); in getInitThreadEpochPtr()
|
| H A D | CodeGenModule.cpp | 433 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity(); in CodeGenModule()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 116 IntAlign = HostTarget->getIntAlign(); in NVPTXTargetInfo()
|
| H A D | SPIR.h | 124 IntAlign = HostTarget->getIntAlign(); in BaseSPIRTargetInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 383 case UnsignedInt: return getIntAlign(); in getTypeAlign()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 531 unsigned getIntAlign() const { return IntAlign; } in getIntAlign() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | AMDGPU.cpp | 100 CGF.CGM.getIntAlign()); in EmitAMDGPUWorkGroupSize()
|
| H A D | X86.cpp | 2921 Store = Builder.CreateAlignedStore(Extracted, StorePtr, getIntAlign()); in EmitX86BuiltinExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2202 Align = Target->getIntAlign(); in getTypeInfoImpl()
|