Lines Matching defs:mathOp
817 const MathOperation &mathOp,
824 return genLibCall(builder, loc, mathOp, libFuncType, args);
828 const MathOperation &mathOp,
831 llvm::StringRef libFuncName = mathOp.runtimeFunc;
896 const MathOperation &mathOp,
923 return genLibCall(builder, loc, mathOp, getSplitComplexArgsType(), splitArgs);
928 const MathOperation &mathOp,
951 llvm::StringRef mathLibFuncName = mathOp.runtimeFunc;
958 result = genLibCall(builder, loc, mathOp, mathLibFuncType, args);
971 const MathOperation &mathOp,
980 llvm::StringRef mathLibFuncName = mathOp.runtimeFunc;
985 result = genLibCall(builder, loc, mathOp, mathLibFuncType, args);
2225 const MathOperation *mathOp = searchMathOperation(
2227 if (!mathOp && bestNearMatch) {
2231 mathOp = bestNearMatch;
2234 if (!mathOp) {
2242 mathOp->typeGenerator(builder.getContext(), builder);
2248 return [actualFuncType, mathOp,
2254 mlir::Value result = mathOp->funcGenerator(
2255 builder, loc, *mathOp, actualFuncType, convertedArguments);