Searched refs:valueTy (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/ |
| H A D | PDLInterp.cpp | 236 Type valueTy = pdl::ValueType::get(type.getContext()); in getGetValueTypeOpValueType() local 237 return type.isa<pdl::RangeType>() ? pdl::RangeType::get(valueTy) : valueTy; in getGetValueTypeOpValueType()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 301 Type valueTy = builder.getType<pdl::ValueType>(); in getValueAt() local 303 loc, operandPos->isVariadic() ? pdl::RangeType::get(valueTy) : valueTy, in getValueAt() 330 Type valueTy = builder.getType<pdl::ValueType>(); in getValueAt() local 332 loc, resPos->isVariadic() ? pdl::RangeType::get(valueTy) : valueTy, in getValueAt() 738 Type valueTy = builder.getType<pdl::ValueType>(); in generateRewriter() local 739 Type valueRangeTy = pdl::RangeType::get(valueTy); in generateRewriter() 752 loc, isVariadic ? valueRangeTy : valueTy, createdOp, it.index()); in generateRewriter() 755 loc, valueTy, createdOp, it.index()); in generateRewriter()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/ |
| H A D | Async.cpp | 192 auto valueTy = valueTypes.back().dyn_cast<ValueType>(); in parse() local 193 unwrappedArgs.back().type = valueTy ? valueTy.getValueType() : Type(); in parse()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/ |
| H A D | LowerGpuOpsToNVVMOps.cpp | 86 auto valueTy = adaptor.value().getType(); in matchAndRewrite() local 90 {valueTy, predTy}); in matchAndRewrite() 118 loc, valueTy, shfl, rewriter.getIndexArrayAttr(0)); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Parser.cpp | 50 valueTy(ast::ValueType::get(ctx)), in Parser() 558 ast::Type valueTy, valueRangeTy; member in __anonbc0fc15d0111::Parser 639 if (type == valueTy) { in convertExpressionTo() 666 valueTy); in convertExpressionTo() 676 if ((exprType == valueTy || exprType == valueRangeTy) && in convertExpressionTo() 677 (type == valueTy || type == valueRangeTy)) in convertExpressionTo() 2594 constraintType = valueTy; in validateVariableConstraint() 2774 return it->isVariadic() ? valueRangeTy : valueTy; in validateMemberAccess() 2778 return valueTy; in validateMemberAccess() 2953 if (singleTy == valueTy) { in validateOperationOperandsOrResults() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToArith/ |
| H A D | TosaToArith.cpp | 73 Type valueTy = value.getType(); in matchAndRewrite() local 77 Value zero = getConstantValue(loc, valueTy, 0, rewriter); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalg.cpp | 1253 Type valueTy = value.getType(); in matchAndRewrite() local 1258 int32_t inBitwidth = valueTy.getIntOrFloatBitWidth() > 32 ? 48 : 32; in matchAndRewrite() 1270 if (valueTy.getIntOrFloatBitWidth() < 32) { in matchAndRewrite() 1271 if (valueTy.isUnsignedInteger()) { in matchAndRewrite() 1276 valueTy.getIntOrFloatBitWidth()), in matchAndRewrite()
|