Lines Matching refs:InstCast
1916 Ice::InstCast::OpKind &CastKind) { in convertCastOpToIceOp()
1924 CastKind = Ice::InstCast::Bitcast; in convertCastOpToIceOp()
1928 CastKind = Ice::InstCast::Trunc; in convertCastOpToIceOp()
1932 CastKind = Ice::InstCast::Zext; in convertCastOpToIceOp()
1936 CastKind = Ice::InstCast::Sext; in convertCastOpToIceOp()
1940 CastKind = Ice::InstCast::Fptoui; in convertCastOpToIceOp()
1944 CastKind = Ice::InstCast::Fptosi; in convertCastOpToIceOp()
1948 CastKind = Ice::InstCast::Uitofp; in convertCastOpToIceOp()
1952 CastKind = Ice::InstCast::Sitofp; in convertCastOpToIceOp()
1956 CastKind = Ice::InstCast::Fptrunc; in convertCastOpToIceOp()
1960 CastKind = Ice::InstCast::Fpext; in convertCastOpToIceOp()
1964 CastKind = Ice::InstCast::Bitcast; in convertCastOpToIceOp()
1971 StrBuf << "Illegal cast: " << Ice::InstCast::getCastName(CastKind) << " " in convertCastOpToIceOp()
2247 Ice::InstCast::OpKind CastKind; in ProcessRecord()
2252 CurrentNode->appendInst(Ice::InstCast::create( in ProcessRecord()