Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp121 mlir::FunctionType soughtFuncType);
726 mlir::FunctionType soughtFuncType = in genIntrinsicCall() local
729 auto runtimeCallGenerator = getRuntimeCallGenerator(name, soughtFuncType); in genIntrinsicCall()
865 mlir::FunctionType soughtFuncType) { in getRuntimeCallGenerator() argument
866 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 …]