Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h336 IsAFunctionTy isaFunction)
338 scope, attrClassName, isaFunction,
360 [superCls, isaFunction, captureTypeName](py::object cls,
363 if (!isaFunction(rawAttribute)) {
379 [isaFunction](MlirAttribute other) { return isaFunction(other); },
392 IsAFunctionTy isaFunction)
394 scope, typeClassName, isaFunction,
402 IsAFunctionTy isaFunction, const py::object &superCls)
415 [superCls, isaFunction, captureTypeName](py::object cls,
418 if (!isaFunction(rawType)) {
[all …]
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp33 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAInteger; member in __anonc96bfb370111::PyIntegerType
90 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAIndex; member in __anonc96bfb370111::PyIndexType
108 static constexpr IsAFunctionTy isaFunction = mlirTypeIsABF16; member in __anonc96bfb370111::PyBF16Type
126 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF16; member in __anonc96bfb370111::PyF16Type
144 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF32; member in __anonc96bfb370111::PyF32Type
162 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF64; member in __anonc96bfb370111::PyF64Type
180 static constexpr IsAFunctionTy isaFunction = mlirTypeIsANone; member in __anonc96bfb370111::PyNoneType
198 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAComplex; member in __anonc96bfb370111::PyComplexType
230 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAShaped; member in __anonc96bfb370111::PyShapedType
328 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAVector; member in __anonc96bfb370111::PyVectorType
[all …]
H A DIRAttributes.cpp80 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAAffineMap; member in __anon3a4a2d290111::PyAffineMapAttribute
115 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAArray; member in __anon3a4a2d290111::PyArrayAttribute
195 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAFloat; member in __anon3a4a2d290111::PyFloatAttribute
246 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAInteger; member in __anon3a4a2d290111::PyIntegerAttribute
276 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsABool; member in __anon3a4a2d290111::PyBoolAttribute
299 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAFlatSymbolRef; member in __anon3a4a2d290111::PyFlatSymbolRefAttribute
325 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAOpaque; member in __anon3a4a2d290111::PyOpaqueAttribute
362 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAString; member in __anon3a4a2d290111::PyStringAttribute
757 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsADictionary; member in __anon3a4a2d290111::PyDictAttribute
852 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAType; member in __anon3a4a2d290111::PyTypeAttribute
[all …]
H A DIRAffine.cpp93 if (!DerivedTy::isaFunction(orig)) { in castFrom()
108 return DerivedTy::isaFunction(otherAffineExpr); in bind()
120 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsAConstant; member in __anonf6590d6b0111::PyAffineConstantExpr
142 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsADim; member in __anonf6590d6b0111::PyAffineDimExpr
162 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsASymbol; member in __anonf6590d6b0111::PyAffineSymbolExpr
182 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsABinary; member in __anonf6590d6b0111::PyAffineBinaryExpr
205 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsAAdd; member in __anonf6590d6b0111::PyAffineAddExpr
234 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsAMul; member in __anonf6590d6b0111::PyAffineMulExpr
263 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsAMod; member in __anonf6590d6b0111::PyAffineModExpr
292 static constexpr IsAFunctionTy isaFunction = mlirAffineExprIsAFloorDiv; member in __anonf6590d6b0111::PyAffineFloorDivExpr
[all …]
H A DIRModule.h787 if (!DerivedTy::isaFunction(orig)) { in castFrom()
803 return DerivedTy::isaFunction(otherType); in bind()
880 if (!DerivedTy::isaFunction(orig)) { in castFrom()
897 return DerivedTy::isaFunction(otherAttr); in bind()
H A DIRCore.cpp1894 if (!DerivedTy::isaFunction(orig.get())) { in castFrom()
1910 return DerivedTy::isaFunction(otherValue); in bind()
1923 static constexpr IsAFunctionTy isaFunction = mlirValueIsABlockArgument; member in __anon7f4419ab0511::PyBlockArgument
1947 static constexpr IsAFunctionTy isaFunction = mlirValueIsAOpResult; member in __anon7f4419ab0511::PyOpResult