Searched refs:CONST32_GP (Results 1 – 5 of 5) sorted by relevance
29 CONST32_GP, // For marking data present in GP. enumerator
1031 return DAG.getNode(HexagonISD::CONST32_GP, dl, getPointerTy(), Result); in LowerGLOBALADDRESS()1042 return DAG.getNode(HexagonISD::CONST32_GP, dl, getPointerTy(), BA_SD); in LowerBlockAddress()1483 case HexagonISD::CONST32_GP: return "HexagonISD::CONST32_GP"; in getTargetNodeName()
1602 if ((ShouldLookForGP && (N0.getOpcode() == HexagonISD::CONST32_GP)) || in foldGlobalAddressImpl()
2001 def HexagonCONST32_GP : SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;
27 // Fold (add (CONST32_GP tglobaladdr:$addr) <offset>) into a global address.