Home
last modified time | relevance | path

Searched refs:OffsetLo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h158 unsigned OffsetLo; // Matches Contents.OffsetedInfo.OffsetHi. member
603 SmallContents.OffsetLo; in getOffset()
672 SmallContents.OffsetLo = unsigned(Offset); in setOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp1603 MachineOperand OffsetLo = createRegOrImm(static_cast<int32_t>(Addr.Offset), MI); in computeBase() local
1617 .add(OffsetLo) in computeBase()