Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h190 TypeAttr getTypeAttr() { in getTypeAttr() function
201 return getTypeAttr().getValue().template cast<FunctionType>(); in getType()
218 auto typeAttr = getTypeAttr(); in isTypeAttrValid()
DBuiltinOps.td149 auto type = getTypeAttr().getValue();
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp709 Type type = getTypeAttr().getValue(); in verifyType()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1446 auto llvmType = getTypeAttr().getValue().dyn_cast_or_null<LLVMType>(); in verifyType()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1783 auto type = getTypeAttr().getValue(); in verifyType()