Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp71 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP);
1373 bool UseGP) { in SelectGlobalAddress() argument
1379 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1381 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()
1399 if (!UseGP) in SelectGlobalAddress()
1401 return !UseGP; in SelectGlobalAddress()
1403 if (UseGP) in SelectGlobalAddress()
1405 return UseGP; in SelectGlobalAddress()