Lines Matching defs:indexBitwidth
69 const unsigned indexBitwidth) {
106 const unsigned indexBitwidth = getTypeConverter()->getIndexTypeBitwidth();
107 if (indexBitwidth > 32) {
109 loc, IntegerType::get(context, indexBitwidth), laneId);
110 } else if (indexBitwidth < 32) {
112 loc, IntegerType::get(context, indexBitwidth), laneId);
145 const unsigned indexBitwidth = getTypeConverter()->getIndexTypeBitwidth();
146 Value srcLaneId = getLaneId(rewriter, loc, indexBitwidth);
208 LowerGpuOpsToROCDLOpsPass(const std::string &chipset, unsigned indexBitwidth,
213 if (this->indexBitwidth.getNumOccurrences() == 0)
214 this->indexBitwidth = indexBitwidth;
247 if (indexBitwidth != kDeriveIndexBitwidthFromDataLayout)
248 options.overrideIndexBitwidth(indexBitwidth);
396 unsigned indexBitwidth,
400 chipset, indexBitwidth, useBarePtrCallConv, runtime);