Searched refs:nextAddr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp248 SDValue nextAddr = Addr->getOperand(2);
273 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper &&
274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
276 nextAddr->getOperand(0), Glue);
279 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp1356 uint64_t nextAddr = _atomToAddress[info.atom]; local
1358 nextAddr |= 1;
1359 uint64_t delta = nextAddr - addr;
1366 addr = nextAddr;

Completed in 166 milliseconds