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.h79 bool AllowHigherAlign,
101 bool AllowHigherAlign, AggValueSlot Slot,
H A DABIInfoImpl.cpp166 bool AllowHigherAlign, bool ForceRightAdjust) { in emitVoidPtrDirectVAArg() argument
176 if (AllowHigherAlign && DirectAlign > SlotSize) { in emitVoidPtrDirectVAArg()
203 bool AllowHigherAlign, AggValueSlot Slot, in emitVoidPtrVAArg() argument
224 AllowHigherAlign, ForceRightAdjust); in emitVoidPtrVAArg()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp136 const bool AllowHigherAlign = false; in EmitVAArg() local
139 CharUnits::fromQuantity(4), AllowHigherAlign, Slot); in EmitVAArg()