Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHUnwindV2.cpp106 SmallVector<int64_t> PushedRegs; in runOnMachineFunction() local
129 PushedRegs.push_back(MI.getOperand(0).getImm()); in runOnMachineFunction()
179 if (PoppedRegCount != PushedRegs.size()) in runOnMachineFunction()
230 if (PoppedRegCount > PushedRegs.size()) in runOnMachineFunction()
234 if (PushedRegs[PushedRegs.size() - PoppedRegCount] != in runOnMachineFunction()
H A DX86FrameLowering.cpp1941 bool PushedRegs = false; in emitPrologue() local
1953 PushedRegs = true; in emitPrologue()
2260 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp583 bool PushedRegs = false; in emitPrologue() local
588 PushedRegs = true; in emitPrologue()
640 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { in emitPrologue()
651 if (PushedRegs) in emitPrologue()