Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp261 static constexpr unsigned BufferOffsetWidth = 32; variable
373 IntegerType::get(Ctx, BufferOffsetWidth)); in remapScalar()
381 Type *OffVec = VectorType::get(IntegerType::get(Ctx, BufferOffsetWidth), EC); in remapVector()
405 MaybeOff->getBitWidth() == BufferOffsetWidth; in isSplitFatPtr()
1938 if (Width <= BufferOffsetWidth) { in visitPtrToIntInst()
1945 ConstantExpr::getIntegerValue(ResTy, APInt(Width, BufferOffsetWidth)), in visitPtrToIntInst()
1975 ConstantExpr::getIntegerValue(IntTy, APInt(Width, BufferOffsetWidth))); in visitIntToPtrInst()