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

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 778 EVT ExVT = N->getValueType(0);
779 unsigned ES = ExVT.getVectorElementType().getSizeInBits();
788 if (ExVT.getSizeInBits() == 32) {
793 return CurDAG->getMachineNode(Hexagon::EXTRACT_SUBREG, dl, ExVT,
796 return CurDAG->getMachineNode(Hexagon::A2_andp, dl, ExVT,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 46 milliseconds