Searched refs:nextAddr (Results 1 – 2 of 2) sorted by relevance
248 SDValue nextAddr = Addr->getOperand(2); in tryBRIND() local273 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper && in tryBRIND()274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()276 nextAddr->getOperand(0), Glue); in tryBRIND()279 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()
895 for (uint64_t nextAddr : addrs) { in finalizeContents() local896 uint64_t delta = nextAddr - addr; in finalizeContents()900 addr = nextAddr; in finalizeContents()