Searched refs:TyInfo (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 263 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local 282 UnpaddedSize = TyInfo.Width; in EmitVAArg() 283 DirectAlign = TyInfo.Align; in EmitVAArg() 304 CGF.Int8Ty, TyInfo.Align); in EmitVAArg() 398 TyInfo.Align); in EmitVAArg()
|
H A D | Mips.cpp | 366 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local 370 TyInfo.Align = in EmitVAArg() 371 std::min(TyInfo.Align, CharUnits::fromQuantity(StackAlignInBytes)); in EmitVAArg() 376 RValue Res = emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*indirect*/ false, TyInfo, in EmitVAArg()
|
H A D | AArch64.cpp | 802 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg() local 807 if (TyInfo.Width.getQuantity() > 16) { in EmitDarwinVAArg() 813 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TyInfo, SlotSize, in EmitDarwinVAArg()
|
H A D | ARM.cpp | 801 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg() local 802 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TyInfo, SlotSize, in EmitVAArg()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 435 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr() local 436 CharUnits TyAlignForABI = TyInfo.Align; in EmitVAArgInstr()
|