Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp263 void freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned Reg);
475 freeStackSlotAfter(I, Reg-X86::FP0); in processBasicBlock()
860 void FPS::freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned FPRegNo) { in freeStackSlotAfter() function in FPS
1409 if (KillsOp0) freeStackSlotAfter(I, Op0); in handleCompareFP()
1410 if (KillsOp1 && Op0 != Op1) freeStackSlotAfter(I, Op1); in handleCompareFP()
1437 freeStackSlotAfter(I, Op1); in handleCondMovFP()
1671 freeStackSlotAfter(Inst, FPReg); in handleSpecialFP()