Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h52 void setOffset(std::optional<int64_t> NewOff) { Offset = NewOff; } in setOffset() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp547 auto NewOff = MIB.buildConstant(LLT::scalar(64), SInfo.Offset - BaseOffset); in tryOptimizeConsecStores() local
549 NewBase, NewOff); in tryOptimizeConsecStores()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp489 int64_t NewOff = Off.getImm() - (FrameSize + HEXAGON_LRFP_SIZE); in useCallersSP() local
490 if (HII->isValidOffset(Opc, NewOff, HRI)) { in useCallersSP()
491 Off.setImm(NewOff); in useCallersSP()
H A DHexagonISelDAGToDAG.cpp1459 uint64_t NewOff = GA->getOffset() + (uint64_t)Const->getSExtValue(); in SelectGlobalAddress() local
1461 N.getValueType(), NewOff); in SelectGlobalAddress()