HomeSort by relevance Sort by last modified time
    Searched refs:OpVT (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 306 Libcall getFPEXT(EVT OpVT, EVT RetVT);
310 Libcall getFPROUND(EVT OpVT, EVT RetVT);
314 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
318 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
322 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
326 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 227 SDNode *SelectSHLi64(SDNode *N, EVT OpVT);
230 SDNode *SelectSRLi64(SDNode *N, EVT OpVT);
233 SDNode *SelectSRAi64(SDNode *N, EVT OpVT);
236 SDNode *SelectI64Constant(SDNode *N, EVT OpVT, DebugLoc dl);
239 SDNode *SelectI64Constant(uint64_t i64const, EVT OpVT, DebugLoc dl);
609 EVT OpVT = N->getValueType(0);
634 } else if (Opc == ISD::Constant && OpVT == MVT::i64) {
638 return SelectI64Constant(N, OpVT, N->getDebugLoc());
640 && OpVT == MVT::i64) {
646 OpVT, (128 / OpVT.getSizeInBits()))
    [all...]
SPUISelLowering.h 80 SDValue LowerV2I64Splat(EVT OpVT, SelectionDAG &DAG, uint64_t splat,