Lines Matching refs:TestLoc
100 const DebugLoc &TestLoc, X86::CondCode Cond);
103 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs);
438 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local
513 TestLoc = DebugLoc(); in runOnMachineFunction()
622 rewriteSetCC(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction()
624 rewriteArithmetic(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction()
626 rewriteMI(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction()
691 rewriteMI(*TestMBB, TestPos, TestLoc, *JmpI, CondRegs); in runOnMachineFunction()
740 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument
742 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, TII->get(X86::SETCCr), Reg) in promoteCondToReg()
752 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() argument
756 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in getCondOrInverseInReg()