Lines Matching refs:CondRegArray
72 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>; typedef
93 CondRegArray collectCondsInRegs(MachineBasicBlock &MBB,
101 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs);
108 MachineOperand &FlagUse, CondRegArray &CondRegs);
112 CondRegArray &CondRegs);
116 MachineOperand &FlagUse, CondRegArray &CondRegs);
120 CondRegArray &CondRegs);
126 MachineOperand &FlagUse, CondRegArray &CondRegs);
520 CondRegArray CondRegs = collectCondsInRegs(*TestMBB, TestPos); in runOnMachineFunction()
715 CondRegArray X86FlagsCopyLoweringPass::collectCondsInRegs( in collectCondsInRegs()
717 CondRegArray CondRegs = {}; in collectCondsInRegs()
752 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
777 CondRegArray &CondRegs) { in rewriteArithmetic()
825 CondRegArray &CondRegs) { in rewriteCMov()
851 CondRegArray &CondRegs) { in rewriteFCMov()
893 const DebugLoc &TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp()
927 CondRegArray &CondRegs) { in rewriteSetCC()