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.cpp232 static constexpr unsigned BufferOffsetWidth = 32; variable
360 IntegerType::get(Ctx, BufferOffsetWidth)); in remapScalar()
368 Type *OffVec = VectorType::get(IntegerType::get(Ctx, BufferOffsetWidth), EC); in remapVector()
392 MaybeOff->getBitWidth() == BufferOffsetWidth; in isSplitFatPtr()
1303 if (Width <= BufferOffsetWidth) { in visitPtrToIntInst()
1310 ConstantExpr::getIntegerValue(ResTy, APInt(Width, BufferOffsetWidth)), in visitPtrToIntInst()
1340 ConstantExpr::getIntegerValue(IntTy, APInt(Width, BufferOffsetWidth))); in visitIntToPtrInst()