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.cpp2244 GlobalAddressSDNode *GANode = in balanceSubTree() local
2248 if (getUsesInFunction(GANode->getGlobal()) == 1 && Offset->hasOneUse() && in balanceSubTree()
2249 getTargetLowering()->isOffsetFoldingLegal(GANode)) { in balanceSubTree()
2252 LLVM_DEBUG(GANode->dump(CurDAG)); in balanceSubTree()
2255 CurDAG->getTargetGlobalAddress(GANode->getGlobal(), SDLoc(GA.Value), in balanceSubTree()
2256 GANode->getValueType(0), in balanceSubTree()
2257 GANode->getOffset() + (uint64_t)Offset->getSExtValue()); in balanceSubTree()