Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.h96 void setFunctionType(Operation *op, Type newType);
H A DFunctionInterfaces.td240 function_interface_impl::setFunctionType(this->getOperation(), newType);
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h457 void setFunctionType(FunctionType *FT) { FuncTy = FT; } in setFunctionType() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DFunctionInterfaces.cpp279 void mlir::function_interface_impl::setFunctionType(Operation *op, in setFunctionType() function in mlir::function_interface_impl