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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1278 Value *FirstOffset = FirstGEP->getOperand(1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp319 unsigned FirstOffset = getStoreOffset(FirstMI); local
/freebsd-13-stable/sys/dev/hptmv/
H A Dcommand.h145 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member in struct:_Command::__anon12175::__anon12176
154 USHORT FirstOffset; /* the offset from the StartLBA for the first member */ member in struct:_Command::__anon12175::__anon12177
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4404 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; local
4454 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); local
5295 MCOperand &FirstOffset = Inst.getOperand(2); local
5342 MCOperand &FirstOffset = Inst.getOperand(2); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6877 int64_t FirstOffset = INT64_MAX; local
7048 int64_t FirstOffset = INT64_MAX; local
6796 isBigEndian(const ArrayRef<int64_t> ByteOffsets, int64_t FirstOffset) argument
[all...]

Completed in 217 milliseconds