Home
last modified time | relevance | path

Searched refs:setPadForPush2Pop2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h245 void setPadForPush2Pop2(bool V) { PadForPush2Pop2 = V; } in setPadForPush2Pop2() function
H A DX86FrameLowering.cpp2813 X86FI->setPadForPush2Pop2(NeedPadding && UsePush2Pop2); in assignCalleeSavedSpillSlots()