• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:TestLoc

102                             DebugLoc TestLoc, X86::CondCode Cond);
105 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
111 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
115 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
119 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
123 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
128 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc,
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 DebugLoc TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument
760 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, in promoteCondToReg()
770 DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() argument
774 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in getCondOrInverseInReg()
794 DebugLoc TestLoc, MachineInstr &MI, MachineOperand &FlagUse, in rewriteArithmetic() argument
829 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteArithmetic()
848 DebugLoc TestLoc, in rewriteCMov() argument
857 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCMov()
874 DebugLoc TestLoc, in rewriteFCMov() argument
883 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteFCMov()
919 DebugLoc TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp() argument
925 getCondOrInverseInReg(TestMBB, TestPos, TestLoc, Cond, CondRegs); in rewriteCondJmp()
950 DebugLoc TestLoc, in rewriteSetCC() argument
960 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteSetCC()