Home
last modified time | relevance | path

Searched defs:typeAttr (Results 1 – 13 of 13) sorted by relevance

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGenOpenMP.cpp73 if (auto typeAttr = mlir::dyn_cast<mlir::TypeAttr>(attr.getValue())) { in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLVerifiers.cpp86 auto typeAttr = dyn_cast<TypeAttr>(attr); in verify() local
143 auto typeAttr = dyn_cast<TypeAttr>(attr); in verify() local
/llvm-project/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp152 TypeAttr typeAttr = TypeAttr::get(converter->convertType(curElementType)); matchAndRewrite() local
174 if (auto typeAttr = dyn_cast<TypeAttr>(attr.getValue())) { matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp367 if (TypeAttr typeAttr = dyn_cast<TypeAttr>(rawTypeAttr)) in getValueAt() local
866 if (TypeAttr typeAttr = typeOp.getConstantTypeAttr()) { in generateRewriter() local
877 if (ArrayAttr typeAttr = typeOp.getConstantTypesAttr()) { in generateRewriter() local
H A DPredicateTree.cpp216 if (Attribute typeAttr = typeOp.getConstantTypesAttr()) in getTreePredicates() local
338 Attribute typeAttr = typeAttrFn(); in getTypePredicates() local
/llvm-project/mlir/lib/Dialect/MLProgram/IR/
H A DMLProgramOps.cpp85 TypeAttr &typeAttr, Attribute &attr) { in parseTypedInitialValue()
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMapMemRefStorageClassPass.cpp218 if (auto typeAttr = dyn_cast<TypeAttr>(attr)) in isLegalAttr() local
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaValidation.cpp460 auto typeAttr = cast<mlir::TypeAttr>(op->getAttr("type")); CheckVariable() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp1013 parseEmitCGlobalOpTypeAndInitialValue(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & initialValue) parseEmitCGlobalOpTypeAndInitialValue() argument
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1442 __anoneb68762c0d02(auto typeAttr) convertParameterAttrs() argument
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp164 parseTypeOrAttr(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & attr) parseTypeOrAttr() argument
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp878 } else if (auto typeAttr = dyn_cast<TypeAttr>(attr)) { printAndVisitNestedAliasesImpl() local
2320 } else if (auto typeAttr = llvm::dyn_cast<TypeAttr>(attr)) { printAttributeImpl() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1568 parseGlobalMemrefOpTypeAndInitialValue(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & initialValue) parseGlobalMemrefOpTypeAndInitialValue() argument