Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h33 CONST32_GP, // For marking data present in GP. enumerator
DHexagonISelDAGToDAG.cpp1420 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1443 case HexagonISD::CONST32_GP: in SelectGlobalAddress()
DHexagonISelLowering.cpp1501 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, GA); in LowerGLOBALADDRESS()
1529 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, A); in LowerBlockAddress()
2203 case HexagonISD::CONST32_GP: return "HexagonISD::CONST32_GP"; in getTargetNodeName()
DHexagonInstrInfo.td4719 def HexagonCONST32_GP : SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h38 CONST32_GP, // For marking data present in GP. enumerator
DHexagonISelDAGToDAG.cpp1378 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1406 case HexagonISD::CONST32_GP: in SelectGlobalAddress()
1851 V.getOpcode() == HexagonISD::CONST32_GP; in isTargetConstant()
DHexagonISelLowering.cpp1021 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, GA); in LowerGLOBALADDRESS()
1049 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, A); in LowerBlockAddress()
1705 case HexagonISD::CONST32_GP: return "HexagonISD::CONST32_GP"; in getTargetNodeName()
DHexagonPatterns.td314 def HexagonCONST32_GP: SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;