Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2255 GlobalAddressSDNode *GANode = in balanceSubTree() local
2259 if (getUsesInFunction(GANode->getGlobal()) == 1 && Offset->hasOneUse() && in balanceSubTree()
2260 getTargetLowering()->isOffsetFoldingLegal(GANode)) { in balanceSubTree()
2263 LLVM_DEBUG(GANode->dump(CurDAG)); in balanceSubTree()
2266 CurDAG->getTargetGlobalAddress(GANode->getGlobal(), SDLoc(GA.Value), in balanceSubTree()
2267 GANode->getValueType(0), in balanceSubTree()
2268 GANode->getOffset() + (uint64_t)Offset->getSExtValue()); in balanceSubTree()