Home
last modified time | relevance | path

Searched refs:CvtOpc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h108 unsigned CvtOpc, unsigned MovOpc, bool IsI64) const;
DMipsSEInstrInfo.cpp564 unsigned CvtOpc, unsigned MovOpc, in expandCvtFPInt() argument
566 const MCInstrDesc &CvtDesc = get(CvtOpc), &MovDesc = get(MovOpc); in expandCvtFPInt()
574 compareOpndSize(CvtOpc, *MBB.getParent()); in expandCvtFPInt()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2672 static const unsigned CvtOpc[2][2][2] = { in fastLowerIntrinsicCall() local
2682 case MVT::i32: Opc = CvtOpc[IsInputDouble][0][HasAVX]; break; in fastLowerIntrinsicCall()
2683 case MVT::i64: Opc = CvtOpc[IsInputDouble][1][HasAVX]; break; in fastLowerIntrinsicCall()