Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTBAABuilder.cpp108 TBAATagAttr TBAABuilder::getBoxAccessTag(Type baseFIRType, Type accessFIRType, in getBoxAccessTag() argument
120 TBAATagAttr TBAABuilder::getDataAccessTag(Type baseFIRType, Type accessFIRType, in getDataAccessTag() argument
132 Type accessFIRType, GEPOp gep) { in attachTBAATag() argument
156 tbaaTagSym = getBoxAccessTag(baseFIRType, accessFIRType, gep, func); in attachTBAATag()
158 tbaaTagSym = getDataAccessTag(baseFIRType, accessFIRType, gep, func); in attachTBAATag()
H A DTypeConverter.cpp309 mlir::Type accessFIRType, in convertCharType()
311 tbaaBuilder->attachTBAATag(op, baseFIRType, accessFIRType, gep); in convertCharType()
351 attachTBAATag(mlir::LLVM::AliasAnalysisOpInterface op,mlir::Type baseFIRType,mlir::Type accessFIRType,mlir::LLVM::GEPOp gep) const attachTBAATag() argument
/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTBAABuilder.h179 mlir::Type baseFIRType, mlir::Type accessFIRType,
205 mlir::Type accessFIRType,
214 mlir::Type accessFIRType,
H A DFIROpPatterns.h177 mlir::Type baseFIRType, mlir::Type accessFIRType,
179 lowerTy().attachTBAATag(op, baseFIRType, accessFIRType, gep);
173 attachTBAATag(mlir::LLVM::AliasAnalysisOpInterface op,mlir::Type baseFIRType,mlir::Type accessFIRType,mlir::LLVM::GEPOp gep) attachTBAATag() argument
H A DTypeConverter.h108 mlir::Type baseFIRType, mlir::Type accessFIRType,