Lines Matching refs:genConstantOffset

110   genConstantOffset(mlir::Location loc,  in genConstantOffset()  function in __anon447c3e180111::FIROpConversion
144 mlir::LLVM::ConstantOp c0 = genConstantOffset(loc, rewriter, 0); in getValueFromBox()
146 genConstantOffset(loc, rewriter, boxValue); in getValueFromBox()
159 mlir::LLVM::ConstantOp c0 = genConstantOffset(loc, rewriter, 0); in getDimsFromBox()
161 genConstantOffset(loc, rewriter, kDimsPosInBox); in getDimsFromBox()
177 mlir::LLVM::ConstantOp c = genConstantOffset(loc, rewriter, off); in loadFromOffset()
186 auto c0 = genConstantOffset(loc, rewriter, 0); in loadStrideFromBox()
187 auto cDims = genConstantOffset(loc, rewriter, kDimsPosInBox); in loadStrideFromBox()
197 mlir::LLVM::ConstantOp c0 = genConstantOffset(loc, rewriter, 0); in loadBaseAddrFromBox()
199 genConstantOffset(loc, rewriter, kAddrPosInBox); in loadBaseAddrFromBox()
208 mlir::LLVM::ConstantOp c0 = genConstantOffset(loc, rewriter, 0); in loadElementSizeFromBox()
210 genConstantOffset(loc, rewriter, kElemLenPosInBox); in loadElementSizeFromBox()
253 genConstantOffset(loc, rewriter, maskValue); in genBoxAttributeCheck()
256 mlir::LLVM::ConstantOp c0 = genConstantOffset(loc, rewriter, 0); in genBoxAttributeCheck()
543 auto c0 = genConstantOffset(loc, rewriter, 0); in matchAndRewrite()
1169 return {this->genConstantOffset(loc, rewriter, width / 8), in __anon447c3e180902()
1170 this->genConstantOffset(loc, rewriter, typeCode)}; in __anon447c3e180902()
1175 return {this->genConstantOffset(loc, rewriter, width / 8), in __anon447c3e180a02()
1176 this->genConstantOffset(loc, rewriter, typeCode)}; in __anon447c3e180a02()
1180 return {this->genConstantOffset(loc, rewriter, width / 8), in __anon447c3e180b02()
1181 this->genConstantOffset(loc, rewriter, typeCode)}; in __anon447c3e180b02()
1186 return {this->genConstantOffset(loc, rewriter, width / 8 * 2), in __anon447c3e180c02()
1187 this->genConstantOffset(loc, rewriter, typeCode)}; in __anon447c3e180c02()
1193 auto typeCodeVal = this->genConstantOffset(loc, rewriter, typeCode); in __anon447c3e180d02()
1235 auto len = this->genConstantOffset(loc, rewriter, ty.getLen());
1259 this->genConstantOffset(loc, rewriter, fir::derivedToTypeCode())};
1264 return {this->genConstantOffset(loc, rewriter, sizeof(void *)),
1265 this->genConstantOffset(loc, rewriter, CFI_type_cptr)};
2605 rewriter.replaceOp(field, mlir::ValueRange{genConstantOffset( in matchAndRewrite()