Searched defs:operandList (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRInterfaces.cpp | 56 if (!operandList || operandList->size() == 0) { in wrapOperands() argument 279 inferReturnTypes(std::optional<py::list> operandList,std::optional<PyAttribute> attributes,void * properties,std::optional<std::vector<PyRegion>> regions,DefaultingPyMlirContext context,DefaultingPyLocation location) inferReturnTypes() argument 439 inferReturnTypeComponents(std::optional<py::list> operandList,std::optional<PyAttribute> attributes,void * properties,std::optional<std::vector<PyRegion>> regions,DefaultingPyMlirContext context,DefaultingPyLocation location) inferReturnTypeComponents() argument
|
H A D | IRCore.cpp | 1660 buildGeneric(const py::object & cls,std::optional<py::list> resultTypeList,py::list operandList,std::optional<py::dict> attributes,std::optional<std::vector<PyBlock * >> successors,std::optional<int> regions,DefaultingPyLocation location,const py::object & maybeIp) buildGeneric() argument [all...] |
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | SPIRVUtilsGen.cpp | 533 StringRef opVar, StringRef operandList, in emitAttributeSerialization() argument
|