Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hptmv/
H A Dcommand.h143 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member
152 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1268 Value *FirstOffset = FirstGEP->getOperand(1); in isLegalToSwapOperand() local
1270 if (CurLoop->isLoopInvariant(FirstOffset)) in isLegalToSwapOperand()
1277 Instruction *FirstOffsetDef = dyn_cast<Instruction>(FirstOffset); in isLegalToSwapOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4474 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; in expandUlh() local
4477 std::swap(FirstOffset, SecondOffset); in expandUlh()
4486 FirstOffset, IDLoc, STI); in expandUlh()
4524 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUsh() local
4527 std::swap(FirstOffset, SecondOffset); in expandUsh()
5365 MCOperand &FirstOffset = Inst.getOperand(2); in expandLoadStoreDMacro() local
5366 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro()
5369 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro()
5412 MCOperand &FirstOffset = Inst.getOperand(2); in expandStoreDM1Macro() local
5413 signed NextOffset = FirstOffset.getImm() + 4; in expandStoreDM1Macro()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp452 const SCEV *FirstOffset = CBucket.Elements[1].Offset; in prepareBasesForCommoningChains() local
467 CBucket.Elements[j - 1].Offset) == FirstOffset) { in prepareBasesForCommoningChains()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8823 int64_t FirstOffset) { in isBigEndian() argument
8831 int64_t CurrentByteOffset = ByteOffsets[i] - FirstOffset; in isBigEndian()
8930 int64_t FirstOffset = INT64_MAX; in mergeTruncStores() local
8984 if (ByteOffsetFromBase < FirstOffset) { in mergeTruncStores()
8986 FirstOffset = ByteOffsetFromBase; in mergeTruncStores()
8995 assert(FirstOffset != INT64_MAX && "First byte offset must be set"); in mergeTruncStores()
9011 if (OffsetMap[i] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
9015 if (OffsetMap[j] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
9120 int64_t FirstOffset = INT64_MAX; in MatchLoadCombine() local
9180 if (ByteOffsetFromBase < FirstOffset) { in MatchLoadCombine()
[all …]