Home
last modified time | relevance | path

Searched refs:UseGP (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp72 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP);
1414 bool UseGP) { in SelectGlobalAddress() argument
1420 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1422 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()
1440 if (!UseGP) in SelectGlobalAddress()
1442 return !UseGP; in SelectGlobalAddress()
1444 if (UseGP) in SelectGlobalAddress()
1446 return UseGP; in SelectGlobalAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h64 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP,
DHexagonISelDAGToDAG.cpp1368 bool UseGP, uint32_t LogAlign) { in SelectGlobalAddress() argument
1378 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1380 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()
1403 if (!UseGP) in SelectGlobalAddress()
1405 return !UseGP; in SelectGlobalAddress()
1407 if (UseGP) in SelectGlobalAddress()
1409 return UseGP; in SelectGlobalAddress()