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

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp233 /// popStackAfter - Pop the current value off of the top of the FP stack
235 void popStackAfter(MachineBasicBlock::iterator &I);
775 /// popStackAfter - Pop the current value off of the top of the FP stack after
781 void FPS::popStackAfter(MachineBasicBlock::iterator &I) { function in class:FPS
806 popStackAfter(I);
867 popStackAfter(I2);
1010 popStackAfter(I);
1215 popStackAfter(I); // Pop the top of stack

Completed in 111 milliseconds