Lines Matching refs:TestLoc

98                             const DebugLoc &TestLoc, X86::CondCode Cond);
101 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs);
107 const DebugLoc &TestLoc, MachineInstr &MI,
110 MachineBasicBlock::iterator TestPos, const DebugLoc &TestLoc,
115 const DebugLoc &TestLoc, MachineInstr &CMovI,
119 const DebugLoc &TestLoc, MachineInstr &JmpI,
125 const DebugLoc &TestLoc, MachineInstr &SetCCI,
419 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local
493 TestLoc = DebugLoc(); in runOnMachineFunction()
604 rewriteCMov(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
606 rewriteFCMov(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
608 rewriteSetCC(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
625 rewriteArithmetic(*TestMBB, TestPos, TestLoc, MI, *FlagUse, in runOnMachineFunction()
691 rewriteCondJmp(*TestMBB, TestPos, TestLoc, *JmpI, CondRegs); in runOnMachineFunction()
740 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument
742 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, in promoteCondToReg()
752 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() argument
756 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in getCondOrInverseInReg()
776 const DebugLoc &TestLoc, MachineInstr &MI, MachineOperand &FlagUse, in rewriteArithmetic() argument
803 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteArithmetic()
822 const DebugLoc &TestLoc, in rewriteCMov() argument
831 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCMov()
848 const DebugLoc &TestLoc, in rewriteFCMov() argument
857 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteFCMov()
893 const DebugLoc &TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp() argument
899 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCondJmp()
924 const DebugLoc &TestLoc, in rewriteSetCC() argument
934 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteSetCC()