Home
last modified time | relevance | path

Searched refs:OffsetBits (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCCodeEmitter.cpp155 int8_t OffsetBits; in encodeMemri() local
158 OffsetBits = OffsetOp.getImm(); in encodeMemri()
160 OffsetBits = 0; in encodeMemri()
167 return (RegBit << 6) | OffsetBits; in encodeMemri()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.h47 unsigned OffsetBits,
DMipsSEISelDAGToDAG.cpp282 SDValue Addr, SDValue &Base, SDValue &Offset, unsigned OffsetBits, in selectAddrFrameIndexOffset() argument
286 if (isIntN(OffsetBits + ShiftAmount, CN->getSExtValue())) { in selectAddrFrameIndexOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.h168 int64_t Offset, unsigned OffsetBits) const;
DAMDGPUISelDAGToDAG.cpp204 unsigned OffsetBits) const;
1171 unsigned OffsetBits) const { in isDSOffsetLegal()
1172 if ((OffsetBits == 16 && !isUInt<16>(Offset)) || in isDSOffsetLegal()
1173 (OffsetBits == 8 && !isUInt<8>(Offset))) in isDSOffsetLegal()
DAMDGPUInstructionSelector.cpp2188 unsigned OffsetBits) const { in isDSOffsetLegal()
2189 if ((OffsetBits == 16 && !isUInt<16>(Offset)) || in isDSOffsetLegal()
2190 (OffsetBits == 8 && !isUInt<8>(Offset))) in isDSOffsetLegal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2238 unsigned OffsetBits = DL.getIndexTypeSizeInBits(GEPType); in visitGetElementPtrInst() local
2239 APInt Offset(OffsetBits, 0); in visitGetElementPtrInst()