Home
last modified time | relevance | path

Searched refs:AllowHigherAlign (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h96 bool AllowHigherAlign,
118 bool AllowHigherAlign, AggValueSlot Slot,
H A DABIInfoImpl.cpp172 bool AllowHigherAlign, bool ForceRightAdjust) { in emitVoidPtrDirectVAArg() argument
182 if (AllowHigherAlign && DirectAlign > SlotSize) { in emitVoidPtrDirectVAArg()
209 bool AllowHigherAlign, AggValueSlot Slot, in emitVoidPtrVAArg() argument
230 AllowHigherAlign, ForceRightAdjust); in emitVoidPtrVAArg()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp124 const bool AllowHigherAlign = false; in EmitVAArg() local
127 CharUnits::fromQuantity(4), AllowHigherAlign, Slot); in EmitVAArg()