Searched refs:CvtOpc (Results 1 – 3 of 3) sorted by relevance
108 unsigned CvtOpc, unsigned MovOpc, bool IsI64) const;
564 unsigned CvtOpc, unsigned MovOpc, in expandCvtFPInt() argument566 const MCInstrDesc &CvtDesc = get(CvtOpc), &MovDesc = get(MovOpc); in expandCvtFPInt()574 compareOpndSize(CvtOpc, *MBB.getParent()); in expandCvtFPInt()
2672 static const unsigned CvtOpc[2][2][2] = { in fastLowerIntrinsicCall() local2682 case MVT::i32: Opc = CvtOpc[IsInputDouble][0][HasAVX]; break; in fastLowerIntrinsicCall()2683 case MVT::i64: Opc = CvtOpc[IsInputDouble][1][HasAVX]; break; in fastLowerIntrinsicCall()