Lines Matching full:signature
216 /// function signature. This updates the function's return type at the caller
218 /// the calling function's signature.
219 /// TODO: An update to the calling function signature is required only if the
228 // External function's signature was already updated in
236 // function signature is required.
242 // function's return signature then no update is required.
245 // Update function's return type signature.
258 // We create a new function type and modify the function signature with this
264 // Since we update the function signature, it might affect the result types at
266 // function in ReturnOps, the caller function's signature will also change.
268 // signature as well.
324 // signature.
326 // signature.
328 // ReturnOp at the parentFuncOp and only then updation of signature is
336 // Because external function's signature is already updated in
341 // Updating the signature type of those functions which call the current
343 // memref will the caller function become a candidate for signature update.
350 /// argument is used to help update function's signature after normalization.
379 // simply be part of the final function signature.
474 // In a normal function, memrefs in the return type signature gets normalized
477 // the return type signature can only get normalized by iterating over the
486 // simply be part of the final function signature.
500 // Setting the new function signature for this external function.