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