Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DIndexIntrinsicsOpLowering.h31 indexBitwidth(typeConverter.getIndexTypeBitwidth()) {} in GPUIndexIntrinsicOpLowering()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h116 unsigned getIndexTypeBitwidth() { return options.getIndexBitwidth(); } in getIndexTypeBitwidth() function
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp138 const unsigned indexBitwidth = getTypeConverter()->getIndexTypeBitwidth(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp169 return IntegerType::get(&getContext(), getIndexTypeBitwidth()); in getIndexType()
H A DMemRefBuilder.cpp351 ceilDiv(typeConverter.getIndexTypeBitwidth(), 8)); in computeSizes()