Home
last modified time | relevance | path

Searched refs:CONST32_GP (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h29 CONST32_GP, // For marking data present in GP. enumerator
DHexagonISelLowering.cpp1031 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()
DHexagonISelDAGToDAG.cpp1602 if ((ShouldLookForGP && (N0.getOpcode() == HexagonISD::CONST32_GP)) || in foldGlobalAddressImpl()
DHexagonInstrInfo.td2001 def HexagonCONST32_GP : SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;
DHexagonInstrInfoV4.td27 // Fold (add (CONST32_GP tglobaladdr:$addr) <offset>) into a global address.