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

/freebsd-11-stable/sys/dev/hptmv/
H A Dcommand.h143 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member in struct:_Command::__anon10133::__anon10134
152 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member in struct:_Command::__anon10133::__anon10135
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp319 unsigned FirstOffset = getStoreOffset(FirstMI); local
337 if ((2*SizeAccum-1) & FirstOffset)
370 if ((2*Pow2Size-1) & FirstOffset)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1244 Value *FirstOffset = FirstGEP->getOperand(1); local
1246 if (CurLoop->isLoopInvariant(FirstOffset))
1253 Instruction *FirstOffsetDef = dyn_cast<Instruction>(FirstOffset);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4376 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; local
4379 std::swap(FirstOffset, SecondOffset);
4388 FirstOffset, IDLoc, STI);
4426 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); local
4429 std::swap(FirstOffset, SecondOffset);
4432 TOut.emitRRI(Mips::SB, DstReg, ATReg, FirstOffset, IDLoc, STI);
4439 TOut.emitRRI(Mips::SB, DstReg, SrcReg, FirstOffset, IDLoc, STI);
5185 MCOperand &FirstOffset = Inst.getOperand(2); local
5186 signed NextOffset = FirstOffset.getImm() + 4;
5189 if (!isInt<16>(FirstOffset
5232 MCOperand &FirstOffset = Inst.getOperand(2); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6545 int64_t FirstOffset) {
6553 int64_t CurrentByteOffset = ByteOffsets[i] - FirstOffset;
6625 int64_t FirstOffset = INT64_MAX; local
6681 if (ByteOffsetFromBase < FirstOffset) {
6683 FirstOffset = ByteOffsetFromBase;
6692 assert(FirstOffset != INT64_MAX && "First byte offset must be set");
6697 Optional<bool> IsBigEndian = isBigEndian(ByteOffsets, FirstOffset);
6797 int64_t FirstOffset = INT64_MAX; local
6843 if (ByteOffsetFromBase < FirstOffset) {
6845 FirstOffset
6544 isBigEndian(const ArrayRef<int64_t> ByteOffsets, int64_t FirstOffset) argument
[all...]

Completed in 1614 milliseconds