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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 756 EVT StVT = (!SN->isTruncatingStore() ? VT : SN->getMemoryVT());
761 EVT vecVT = StVT.isVector()? StVT: EVT::getVectorVT(*DAG.getContext(), StVT,
762 (128 / StVT.getSizeInBits()));
774 if (StVT.getSizeInBits() == 128 && (alignment%16) == 0)
    [all...]

Completed in 82 milliseconds