Lines Matching refs:CondRegArray
76 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>; typedef
97 CondRegArray collectCondsInRegs(MachineBasicBlock &MBB,
105 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs);
112 MachineOperand &FlagUse, CondRegArray &CondRegs);
116 CondRegArray &CondRegs);
120 MachineOperand &FlagUse, CondRegArray &CondRegs);
124 CondRegArray &CondRegs);
130 MachineOperand &FlagUse, CondRegArray &CondRegs);
538 CondRegArray CondRegs = collectCondsInRegs(*TestMBB, TestPos); in runOnMachineFunction()
733 CondRegArray X86FlagsCopyLoweringPass::collectCondsInRegs( in collectCondsInRegs()
735 CondRegArray CondRegs = {}; in collectCondsInRegs()
770 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
795 CondRegArray &CondRegs) { in rewriteArithmetic()
851 CondRegArray &CondRegs) { in rewriteCMov()
877 CondRegArray &CondRegs) { in rewriteFCMov()
919 const DebugLoc &TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp()
953 CondRegArray &CondRegs) { in rewriteSetCC()