Lines Matching refs:CondCode
2371 static X86::CondCode getCondFromBranchOpc(unsigned BrOpc) { in getCondFromBranchOpc()
2394 static X86::CondCode getCondFromSETOpc(unsigned Opc) { in getCondFromSETOpc()
2417 X86::CondCode X86::getCondFromCMovOpc(unsigned Opc) { in getCondFromCMovOpc()
2471 unsigned X86::GetCondBranchFromCond(X86::CondCode CC) { in GetCondBranchFromCond()
2495 X86::CondCode X86::GetOppositeBranchCondition(X86::CondCode CC) { in GetOppositeBranchCondition()
2520 static X86::CondCode getSwappedCondition(X86::CondCode CC) { in getSwappedCondition()
2538 static unsigned getSETFromCond(X86::CondCode CC, in getSETFromCond()
2565 static unsigned getCMovFromCond(X86::CondCode CC, unsigned RegBytes, in getCMovFromCond()
2678 X86::CondCode BranchCode = getCondFromBranchOpc(I->getOpcode()); in AnalyzeBranch()
2740 X86::CondCode OldBranchCode = (X86::CondCode)Cond[0].getImm(); in AnalyzeBranch()
2806 X86::CondCode CC = (X86::CondCode)Cond[0].getImm(); in InsertBranch()
2847 if ((X86::CondCode)Cond[0].getImm() > X86::COND_S) in canInsertSelect()
2880 unsigned Opc = getCMovFromCond((X86::CondCode)Cond[0].getImm(), in insertSelect()
3499 X86::CondCode OldCC; in optimizeCompareInstr()
3529 X86::CondCode NewCC = getSwappedCondition(OldCC); in optimizeCompareInstr()
4815 X86::CondCode CC = static_cast<X86::CondCode>(Cond[0].getImm()); in ReverseBranchCondition()