Searched defs:freeStackSlotAfter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp237 /// freeStackSlotAfter - Free the specified register from the register
242 void freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned Reg);
425 freeStackSlotAfter(I, Reg-X86::FP0);
800 /// freeStackSlotAfter - Free the specified register from the register stack, so
804 void FPS::freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned FPRegNo) { function in class:FPS
1252 if (KillsOp0) freeStackSlotAfter(I, Op0);
1253 if (KillsOp1 && Op0 != Op1) freeStackSlotAfter(I, Op1);
1280 freeStackSlotAfter(I, Op1);
1504 freeStackSlotAfter(Inst, FPReg);

Completed in 52 milliseconds