Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp98 if (!hasPortableSignature(call.getFunctionType())) in runOnOperation()
101 if (!hasPortableSignature(dispatch.getFunctionType())) in runOnOperation()
105 !hasPortableSignature(addr.getType())) in runOnOperation()
441 bool hasPortableSignature(mlir::Type signature) { in hasPortableSignature() function in __anon5e619a4c0111::TargetRewrite
474 if (hasPortableSignature(funcTy) && !hasHostAssociations(func)) in convertSignature()