Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h38 CONST32_GP, // For marking data present in GP. enumerator
H A DHexagonISelDAGToDAG.cpp1397 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1424 case HexagonISD::CONST32_GP: in SelectGlobalAddress()
1869 V.getOpcode() == HexagonISD::CONST32_GP; in isTargetConstant()
H A DHexagonISelLowering.cpp1233 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, GA); in LowerGLOBALADDRESS()
1261 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, A); in LowerBlockAddress()
1875 case HexagonISD::CONST32_GP: return "HexagonISD::CONST32_GP"; in getTargetNodeName()
3546 if (BO.first.getOpcode() == HexagonISD::CONST32_GP) in shouldReduceLoadWidth()
H A DHexagonPatterns.td400 def HexagonCONST32_GP: SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;