Searched refs:FirstCC (Results 1 – 2 of 2) sorted by relevance
290 X86::CondCode FirstCC, FirstOppCC, MemOpCC; in collectCmovCandidates() local305 FirstCC = CC; in collectCmovCandidates()315 if (FoundNonCMOVInst || (CC != FirstCC && CC != FirstOppCC)) in collectCmovCandidates()
27183 X86::CondCode FirstCC = X86::CondCode(FirstCMOV.getOperand(3).getImm()); in EmitLoweredCascadedSelect() local27184 unsigned Opc = X86::GetCondBranchFromCond(FirstCC); in EmitLoweredCascadedSelect()