Searched refs:duplicateToTop (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 255 void duplicateToTop(unsigned RegNo, unsigned AsReg, MachineInstr *I) { in duplicateToTop() function 273 duplicateToTop(RegNo, SR, I); in duplicatePendingSTBeforeKill() 1015 duplicateToTop(Reg, getScratchReg(), I); in handleOneArgFP() 1069 duplicateToTop(Reg, getFPReg(MI->getOperand(0)), I); in handleOneArgFPRW() 1190 duplicateToTop(Op0, Dest, I); in handleTwoArgFP() 1198 duplicateToTop(Op0, Dest, I); in handleTwoArgFP() 1392 duplicateToTop(SrcFP, DstFP, I); in handleSpecialFP() 1556 duplicateToTop(PendingST[i], SR, I); in handleSpecialFP() 1572 duplicateToTop(PendingST[i], SR, I); in handleSpecialFP() 1712 duplicateToTop(FirstFPRegOp, NewReg, MI); in handleSpecialFP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 246 void duplicateToTop(unsigned RegNo, unsigned AsReg, in duplicateToTop() function 1069 duplicateToTop(FirstFPRegOp, NewReg, MI); in handleReturn() 1135 duplicateToTop(Reg, ScratchFPReg, I); in handleOneArgFP() 1186 duplicateToTop(Reg, getFPReg(MI.getOperand(0)), I); in handleOneArgFPRW() 1307 duplicateToTop(Op0, Dest, I); in handleTwoArgFP() 1315 duplicateToTop(Op0, Dest, I); in handleTwoArgFP() 1464 duplicateToTop(SrcFP, DstFP, Inst); in handleSpecialFP()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 230 void duplicateToTop(unsigned RegNo, unsigned AsReg, in duplicateToTop() function 1021 duplicateToTop(FirstFPRegOp, NewReg, MI); in handleReturn() 1087 duplicateToTop(Reg, ScratchFPReg, I); in handleOneArgFP() 1138 duplicateToTop(Reg, getFPReg(MI.getOperand(0)), I); in handleOneArgFPRW() 1259 duplicateToTop(Op0, Dest, I); in handleTwoArgFP() 1267 duplicateToTop(Op0, Dest, I); in handleTwoArgFP() 1416 duplicateToTop(SrcFP, DstFP, Inst); in handleSpecialFP()
|