Searched refs:soughtFuncType (Results 1 – 1 of 1) sorted by relevance
121 mlir::FunctionType soughtFuncType);726 mlir::FunctionType soughtFuncType = in genIntrinsicCall() local729 auto runtimeCallGenerator = getRuntimeCallGenerator(name, soughtFuncType); in genIntrinsicCall()865 mlir::FunctionType soughtFuncType) { in getRuntimeCallGenerator() argument866 auto funcOp = getRuntimeFunction(loc, builder, name, soughtFuncType); in getRuntimeCallGenerator()870 llvm::errs() << "requested type was: " << soughtFuncType << "\n"; in getRuntimeCallGenerator()875 assert(actualFuncType.getNumResults() == soughtFuncType.getNumResults() && in getRuntimeCallGenerator()876 actualFuncType.getNumInputs() == soughtFuncType.getNumInputs() && in getRuntimeCallGenerator()879 return [funcOp, actualFuncType, soughtFuncType]( in getRuntimeCallGenerator()887 mlir::Type soughtType = soughtFuncType.getResult(0); in getRuntimeCallGenerator()[all …]