Lines Matching refs:InstFcmp
454 Ice::InstFcmp::FCond Cond; in convertFCmpInstruction()
461 Cond = Ice::InstFcmp::False; in convertFCmpInstruction()
464 Cond = Ice::InstFcmp::Oeq; in convertFCmpInstruction()
467 Cond = Ice::InstFcmp::Ogt; in convertFCmpInstruction()
470 Cond = Ice::InstFcmp::Oge; in convertFCmpInstruction()
473 Cond = Ice::InstFcmp::Olt; in convertFCmpInstruction()
476 Cond = Ice::InstFcmp::Ole; in convertFCmpInstruction()
479 Cond = Ice::InstFcmp::One; in convertFCmpInstruction()
482 Cond = Ice::InstFcmp::Ord; in convertFCmpInstruction()
485 Cond = Ice::InstFcmp::Ueq; in convertFCmpInstruction()
488 Cond = Ice::InstFcmp::Ugt; in convertFCmpInstruction()
491 Cond = Ice::InstFcmp::Uge; in convertFCmpInstruction()
494 Cond = Ice::InstFcmp::Ult; in convertFCmpInstruction()
497 Cond = Ice::InstFcmp::Ule; in convertFCmpInstruction()
500 Cond = Ice::InstFcmp::Une; in convertFCmpInstruction()
503 Cond = Ice::InstFcmp::Uno; in convertFCmpInstruction()
506 Cond = Ice::InstFcmp::True; in convertFCmpInstruction()
510 return Ice::InstFcmp::create(Func.get(), Cond, Dest, Src0, Src1); in convertFCmpInstruction()