Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h115 unsigned CvtOpc, unsigned MovOpc, bool IsI64) const;
H A DMipsSEInstrInfo.cpp729 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 DX86FastISel.cpp2988 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 DNVPTXISelDAGToDAG.cpp1663 unsigned CvtOpc = in tryLDGLDU() local
1673 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()