Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h417 MlirType rawType = py::cast<MlirType>(otherType);
418 if (!isaFunction(rawType)) {
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp1234 unsigned rawType = Stack->back().first; in AddPushedVisibilityAttribute() local
1235 if (rawType == NoVisibility) return; in AddPushedVisibilityAttribute()
1238 = (VisibilityAttr::VisibilityType) rawType; in AddPushedVisibilityAttribute()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1682 MlirType rawType = mlirPythonCapsuleToType(capsule.ptr()); in createFromCapsule() local
1683 if (mlirTypeIsNull(rawType)) in createFromCapsule()
1685 return PyType(PyMlirContext::forContext(mlirTypeGetContext(rawType)), in createFromCapsule()
1686 rawType); in createFromCapsule()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp511 mlir::Type rawType; // Type of elements processed for rawVals vector. member
1506 inInitializer->rawType = converter.genType(TC, KIND); in genRawLit()
1507 val = builder.getIntegerAttr(inInitializer->rawType, value.ToInt64()); in genRawLit()
1509 inInitializer->rawType = in genRawLit()
1511 val = builder.getIntegerAttr(inInitializer->rawType, value.IsTrue()); in genRawLit()
1514 inInitializer->rawType = converter.genType(TC, KIND); in genRawLit()
1517 val = builder.getFloatAttr(inInitializer->rawType, floatVal); in genRawLit()
1521 inInitializer->rawType = converter.genType(TC, KIND); in genRawLit()
1524 val = builder.getFloatAttr(inInitializer->rawType, realVal); in genRawLit()
1528 val = builder.getFloatAttr(inInitializer->rawType, imgVal); in genRawLit()
[all …]