Lines Matching refs:TestLoc
111 DebugLoc TestLoc, X86::CondCode Cond);
114 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
120 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
124 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
128 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
134 DebugLoc TestLoc, MachineInstr &SetBI,
137 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
419 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local
493 TestLoc = DebugLoc(); in runOnMachineFunction()
604 rewriteCMov(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
607 rewriteSetCC(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction()
630 rewriteSetCarryExtended(*TestMBB, TestPos, TestLoc, MI, *FlagUse, in runOnMachineFunction()
636 rewriteArithmetic(*TestMBB, TestPos, TestLoc, MI, *FlagUse, in runOnMachineFunction()
702 rewriteCondJmp(*TestMBB, TestPos, TestLoc, *JmpI, CondRegs); in runOnMachineFunction()
751 DebugLoc TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument
753 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, in promoteCondToReg()
763 DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() argument
767 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in getCondOrInverseInReg()
787 DebugLoc TestLoc, MachineInstr &MI, MachineOperand &FlagUse, in rewriteArithmetic() argument
821 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteArithmetic()
840 DebugLoc TestLoc, in rewriteCMov() argument
849 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCMov()
868 DebugLoc TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp() argument
874 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCondJmp()
901 DebugLoc TestLoc, MachineInstr &SetBI, MachineOperand &FlagUse, in rewriteSetCarryExtended() argument
981 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, X86::COND_B); in rewriteSetCarryExtended()
1025 DebugLoc TestLoc, in rewriteSetCC() argument
1035 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteSetCC()