Searched refs:CondRegArray (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 74 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>; typedef 95 CondRegArray collectCondsInRegs(MachineBasicBlock &MBB, 103 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs); 109 CondRegArray &CondRegs); 112 MachineInstr &MI, CondRegArray &CondRegs); 114 const DebugLoc &Loc, MachineInstr &MI, CondRegArray &CondRegs); 540 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() [all …]
|