Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp319 unsigned FirstOffset = getStoreOffset(FirstMI); in selectStores() local
337 if ((2*SizeAccum-1) & FirstOffset) in selectStores()
370 if ((2*Pow2Size-1) & FirstOffset) in selectStores()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1301 Value *FirstOffset = FirstGEP->getOperand(1); in isLegalToSwapOperand() local
1303 if (CurLoop->isLoopInvariant(FirstOffset)) in isLegalToSwapOperand()
1310 Instruction *FirstOffsetDef = dyn_cast<Instruction>(FirstOffset); in isLegalToSwapOperand()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4404 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; in expandUlh() local
4407 std::swap(FirstOffset, SecondOffset); in expandUlh()
4416 FirstOffset, IDLoc, STI); in expandUlh()
4454 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUsh() local
4457 std::swap(FirstOffset, SecondOffset); in expandUsh()
5295 MCOperand &FirstOffset = Inst.getOperand(2); in expandLoadStoreDMacro() local
5296 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro()
5299 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro()
5342 MCOperand &FirstOffset = Inst.getOperand(2); in expandStoreDM1Macro() local
5343 signed NextOffset = FirstOffset.getImm() + 4; in expandStoreDM1Macro()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp451 const SCEV *FirstOffset = CBucket.Elements[1].Offset; in prepareBasesForCommoningChains() local
466 CBucket.Elements[j - 1].Offset) == FirstOffset) { in prepareBasesForCommoningChains()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7876 int64_t FirstOffset) { in isBigEndian() argument
7884 int64_t CurrentByteOffset = ByteOffsets[i] - FirstOffset; in isBigEndian()
7975 int64_t FirstOffset = INT64_MAX; in mergeTruncStores() local
8029 if (ByteOffsetFromBase < FirstOffset) { in mergeTruncStores()
8031 FirstOffset = ByteOffsetFromBase; in mergeTruncStores()
8040 assert(FirstOffset != INT64_MAX && "First byte offset must be set"); in mergeTruncStores()
8056 if (OffsetMap[i] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
8060 if (OffsetMap[j] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
8163 int64_t FirstOffset = INT64_MAX; in MatchLoadCombine() local
8209 if (ByteOffsetFromBase < FirstOffset) { in MatchLoadCombine()
[all …]