Home
last modified time | relevance | path

Searched refs:UseGP (Results 1 – 1 of 1) 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()