Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h37 CONST32_GP, // For marking data present in GP. enumerator
DHexagonISelDAGToDAG.cpp1390 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1418 case HexagonISD::CONST32_GP: in SelectGlobalAddress()
1863 V.getOpcode() == HexagonISD::CONST32_GP; in isTargetConstant()
DHexagonISelLowering.cpp1083 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, GA); in LowerGLOBALADDRESS()
1111 return DAG.getNode(HexagonISD::CONST32_GP, dl, PtrVT, A); in LowerBlockAddress()
1697 case HexagonISD::CONST32_GP: return "HexagonISD::CONST32_GP"; in getTargetNodeName()
3288 if (BO.first.getOpcode() == HexagonISD::CONST32_GP) in shouldReduceLoadWidth()
DHexagonPatterns.td371 def HexagonCONST32_GP: SDNode<"HexagonISD::CONST32_GP", SDTHexagonCONST32>;