Lines Matching refs:TestLoc

102                             const DebugLoc &TestLoc, X86::CondCode Cond);
105 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs);
111 const DebugLoc &TestLoc, MachineInstr &MI,
114 MachineBasicBlock::iterator TestPos, const DebugLoc &TestLoc,
119 const DebugLoc &TestLoc, MachineInstr &CMovI,
123 const DebugLoc &TestLoc, MachineInstr &JmpI,
129 const DebugLoc &TestLoc, MachineInstr &SetCCI,
437 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local
511 TestLoc = DebugLoc(); in runOnMachineFunction()
622 rewriteCMov(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
624 rewriteFCMov(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
626 rewriteSetCC(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
643 rewriteArithmetic(*TestMBB, TestPos, TestLoc, MI, *FlagUse, in runOnMachineFunction()
709 rewriteCondJmp(*TestMBB, TestPos, TestLoc, *JmpI, CondRegs); in runOnMachineFunction()
758 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument
760 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, in promoteCondToReg()
770 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() argument
774 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in getCondOrInverseInReg()
794 const DebugLoc &TestLoc, MachineInstr &MI, MachineOperand &FlagUse, in rewriteArithmetic() argument
829 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteArithmetic()
848 const DebugLoc &TestLoc, in rewriteCMov() argument
857 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCMov()
874 const DebugLoc &TestLoc, in rewriteFCMov() argument
883 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteFCMov()
919 const DebugLoc &TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp() argument
925 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCondJmp()
950 const DebugLoc &TestLoc, in rewriteSetCC() argument
960 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteSetCC()