/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGenOpenMP.cpp | 73 if (auto typeAttr = mlir::dyn_cast<mlir::TypeAttr>(attr.getValue())) { in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLVerifiers.cpp | 86 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 D | OpenMPToLLVM.cpp | 152 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 D | PDLToPDLInterp.cpp | 367 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 D | PredicateTree.cpp | 216 if (Attribute typeAttr = typeOp.getConstantTypesAttr()) in getTreePredicates() local 338 Attribute typeAttr = typeAttrFn(); in getTypePredicates() local
|
/llvm-project/mlir/lib/Dialect/MLProgram/IR/ |
H A D | MLProgramOps.cpp | 85 TypeAttr &typeAttr, Attribute &attr) { in parseTypedInitialValue()
|
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MapMemRefStorageClassPass.cpp | 218 if (auto typeAttr = dyn_cast<TypeAttr>(attr)) in isLegalAttr() local
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaValidation.cpp | 460 auto typeAttr = cast<mlir::TypeAttr>(op->getAttr("type")); CheckVariable() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 1013 parseEmitCGlobalOpTypeAndInitialValue(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & initialValue) parseEmitCGlobalOpTypeAndInitialValue() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 1442 __anoneb68762c0d02(auto typeAttr) convertParameterAttrs() argument
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaOps.cpp | 164 parseTypeOrAttr(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & attr) parseTypeOrAttr() argument
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 878 } 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 D | MemRefOps.cpp | 1568 parseGlobalMemrefOpTypeAndInitialValue(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & initialValue) parseGlobalMemrefOpTypeAndInitialValue() argument
|