Lines Matching refs:CondRegArray
83 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>; typedef
106 CondRegArray collectCondsInRegs(MachineBasicBlock &MBB,
115 X86::CondCode Cond, CondRegArray &CondRegs);
122 CondRegArray &CondRegs);
126 CondRegArray &CondRegs);
129 MachineInstr &JmpI, CondRegArray &CondRegs);
135 MachineOperand &FlagUse, CondRegArray &CondRegs);
139 CondRegArray &CondRegs);
520 CondRegArray CondRegs = collectCondsInRegs(*TestMBB, TestPos); in runOnMachineFunction()
726 CondRegArray X86FlagsCopyLoweringPass::collectCondsInRegs( in collectCondsInRegs()
728 CondRegArray CondRegs = {}; in collectCondsInRegs()
763 DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
788 CondRegArray &CondRegs) { in rewriteArithmetic()
843 CondRegArray &CondRegs) { in rewriteCMov()
868 DebugLoc TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp()
902 CondRegArray &CondRegs) { in rewriteSetCarryExtended()
1028 CondRegArray &CondRegs) { in rewriteSetCC()