Searched refs:freeStackSlotAfter (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 287 void freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned Reg); 464 freeStackSlotAfter(I, Reg-X86::FP0); in processBasicBlock() 851 void FPS::freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned FPRegNo) { in freeStackSlotAfter() function in FPS 1277 if (KillsOp0) freeStackSlotAfter(I, Op0); in handleCompareFP() 1278 if (KillsOp1 && Op0 != Op1) freeStackSlotAfter(I, Op1); in handleCompareFP() 1305 freeStackSlotAfter(I, Op1); in handleCondMovFP() 1624 freeStackSlotAfter(InsertPt, PendingST[i]); in handleSpecialFP() 1640 freeStackSlotAfter(InsertPt, FPReg); in handleSpecialFP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 264 void freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned Reg); 469 freeStackSlotAfter(I, Reg-X86::FP0); in processBasicBlock() 850 void FPS::freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned FPRegNo) { in freeStackSlotAfter() function in FPS 1393 if (KillsOp0) freeStackSlotAfter(I, Op0); in handleCompareFP() 1394 if (KillsOp1 && Op0 != Op1) freeStackSlotAfter(I, Op1); in handleCompareFP() 1421 freeStackSlotAfter(I, Op1); in handleCondMovFP() 1654 freeStackSlotAfter(Inst, FPReg); in handleSpecialFP()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 248 void freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned Reg); 432 freeStackSlotAfter(I, Reg-X86::FP0); in processBasicBlock() 813 void FPS::freeStackSlotAfter(MachineBasicBlock::iterator &I, unsigned FPRegNo) { in freeStackSlotAfter() function in FPS 1345 if (KillsOp0) freeStackSlotAfter(I, Op0); in handleCompareFP() 1346 if (KillsOp1 && Op0 != Op1) freeStackSlotAfter(I, Op1); in handleCompareFP() 1373 freeStackSlotAfter(I, Op1); in handleCondMovFP() 1602 freeStackSlotAfter(Inst, FPReg); in handleSpecialFP()
|