Searched refs:FirstOffset (Results 1 – 5 of 5) sorted by relevance
145 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member154 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member
319 unsigned FirstOffset = getStoreOffset(FirstMI); in selectStores() local337 if ((2*SizeAccum-1) & FirstOffset) in selectStores()370 if ((2*Pow2Size-1) & FirstOffset) in selectStores()
1301 Value *FirstOffset = FirstGEP->getOperand(1); in isLegalToSwapOperand() local1303 if (CurLoop->isLoopInvariant(FirstOffset)) in isLegalToSwapOperand()1310 Instruction *FirstOffsetDef = dyn_cast<Instruction>(FirstOffset); in isLegalToSwapOperand()
4404 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; in expandUlh() local4407 std::swap(FirstOffset, SecondOffset); in expandUlh()4416 FirstOffset, IDLoc, STI); in expandUlh()4454 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUsh() local4457 std::swap(FirstOffset, SecondOffset); in expandUsh()5295 MCOperand &FirstOffset = Inst.getOperand(2); in expandLoadStoreDMacro() local5296 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() local5343 signed NextOffset = FirstOffset.getImm() + 4; in expandStoreDM1Macro()[all …]
7240 int64_t FirstOffset) { in isBigEndian() argument7248 int64_t CurrentByteOffset = ByteOffsets[i] - FirstOffset; in isBigEndian()7339 int64_t FirstOffset = INT64_MAX; in mergeTruncStores() local7393 if (ByteOffsetFromBase < FirstOffset) { in mergeTruncStores()7395 FirstOffset = ByteOffsetFromBase; in mergeTruncStores()7404 assert(FirstOffset != INT64_MAX && "First byte offset must be set"); in mergeTruncStores()7420 if (OffsetMap[i] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()7424 if (OffsetMap[j] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()7527 int64_t FirstOffset = INT64_MAX; in MatchLoadCombine() local7573 if (ByteOffsetFromBase < FirstOffset) { in MatchLoadCombine()[all …]