Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h107 unsigned CvtOpc, unsigned MovOpc, bool IsI64) const;
DMipsSEInstrInfo.cpp586 unsigned CvtOpc, unsigned MovOpc, in expandCvtFPInt() argument
588 const MCInstrDesc &CvtDesc = get(CvtOpc), &MovDesc = get(MovOpc); in expandCvtFPInt()
596 compareOpndSize(CvtOpc, *MBB.getParent()); in expandCvtFPInt()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2847 static const uint16_t CvtOpc[2][2][2] = { in fastLowerIntrinsicCall() local
2857 case MVT::i32: Opc = CvtOpc[IsInputDouble][0][HasAVX]; break; in fastLowerIntrinsicCall()
2858 case MVT::i64: Opc = CvtOpc[IsInputDouble][1][HasAVX]; break; in fastLowerIntrinsicCall()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2097 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU() local
2107 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()