reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/Hexagon/HexagonGenDAGISel.inc
54409 /*102775*/      OPC_SwitchOpcode /*3 cases */, 30, TARGET_VAL(HexagonISD::PTRUE),// ->102809
54754 /*103406*/      OPC_SwitchOpcode /*3 cases */, 31, TARGET_VAL(HexagonISD::PTRUE),// ->103441
69360 /*134218*/          OPC_SwitchOpcode /*2 cases */, 51, TARGET_VAL(HexagonISD::PTRUE),// ->134273
69474 /*134431*/          OPC_SwitchOpcode /*2 cases */, 52, TARGET_VAL(HexagonISD::PTRUE),// ->134487
lib/Target/Hexagon/HexagonISelLowering.cpp
 1658   case HexagonISD::PTRUE:         return "HexagonISD::PTRUE";
 2497       return DAG.getNode(HexagonISD::PTRUE, dl, VecTy);
 2937       case HexagonISD::PTRUE:
 2951       if (C1->getOpcode() == HexagonISD::PTRUE) {