Searched refs:CvtOpc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.h | 115 unsigned CvtOpc, unsigned MovOpc, bool IsI64) const;
|
H A D | MipsSEInstrInfo.cpp | 729 unsigned CvtOpc, unsigned MovOpc, in expandCvtFPInt() argument 731 const MCInstrDesc &CvtDesc = get(CvtOpc), &MovDesc = get(MovOpc); in expandCvtFPInt() 739 compareOpndSize(CvtOpc, *MBB.getParent()); in expandCvtFPInt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2988 static const uint16_t CvtOpc[3][2][2] = { in fastLowerIntrinsicCall() local 3002 case MVT::i32: Opc = CvtOpc[AVXLevel][IsInputDouble][0]; break; in fastLowerIntrinsicCall() 3003 case MVT::i64: Opc = CvtOpc[AVXLevel][IsInputDouble][1]; break; in fastLowerIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 1663 unsigned CvtOpc = in tryLDGLDU() local 1673 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
|