Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h33 CONST32_GP, // For marking data present in GP. enumerator
DHexagonISelDAGToDAG.cpp1379 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1402 case HexagonISD::CONST32_GP: in SelectGlobalAddress()
DHexagonISelLowering.cpp1224 return DAG.getNode(HexagonISD::CONST32_GP, dl, getPointerTy(), Result); in LowerGLOBALADDRESS()
1248 return DAG.getNode(HexagonISD::CONST32_GP, dl, getPointerTy(), BA_SD); in LowerBlockAddress()
1796 case HexagonISD::CONST32_GP: return "HexagonISD::CONST32_GP"; in getTargetNodeName()
DHexagonInstrInfo.td4747 def HexagonCONST32_GP : SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;