Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp442 mlir::FunctionType soughtFuncType);
1781 mlir::FunctionType soughtFuncType = in genIntrinsicCall() local
1785 getRuntimeCallGenerator(name, soughtFuncType); in genIntrinsicCall()
1962 soughtFuncType.getInput(1).dyn_cast<mlir::IntegerType>()) in getRuntimeCallGenerator()
1966 checkPrecisionLoss(name, soughtFuncType, bestMatchDistance, loc); in getRuntimeCallGenerator()
1980 sstream << name << "\nrequested type: " << soughtFuncType; in getRuntimeCallGenerator()
1989 soughtFuncType](fir::FirOpBuilder &builder, mlir::Location loc, in getRuntimeCallGenerator()
2002 mlir::Type soughtType = soughtFuncType.getResult(0); in getRuntimeCallGenerator()
2030 mlir::FunctionType soughtFuncType = in getUnrestrictedIntrinsicSymbolRefAttr() local
2033 getRuntimeCallGenerator(name, soughtFuncType); in getUnrestrictedIntrinsicSymbolRefAttr()
[all …]