Searched refs:CONST32_GP (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 33 CONST32_GP, // For marking data present in GP. enumerator
|
D | HexagonISelDAGToDAG.cpp | 1420 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress() 1443 case HexagonISD::CONST32_GP: in SelectGlobalAddress()
|
D | HexagonISelLowering.cpp | 1501 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()
|
D | HexagonInstrInfo.td | 4719 def HexagonCONST32_GP : SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 38 CONST32_GP, // For marking data present in GP. enumerator
|
D | HexagonISelDAGToDAG.cpp | 1378 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress() 1406 case HexagonISD::CONST32_GP: in SelectGlobalAddress() 1851 V.getOpcode() == HexagonISD::CONST32_GP; in isTargetConstant()
|
D | HexagonISelLowering.cpp | 1021 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()
|
D | HexagonPatterns.td | 314 def HexagonCONST32_GP: SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;
|