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

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 768 EVT SrcEVT = TLI.getValueType(I->getOperand(0)->getType());
770 if (SrcEVT == MVT::Other || DstEVT == MVT::Other ||
771 !TLI.isTypeLegal(SrcEVT) || !TLI.isTypeLegal(DstEVT))
775 MVT SrcVT = SrcEVT.getSimpleVT();
    [all...]

Completed in 1022 milliseconds