Home
last modified time | relevance | path

Searched defs:typeLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp215 auto typeLoc = getToken().getLoc(); in parseMemRefType() local
471 auto typeLoc = getToken().getLoc(); in parseVectorType() local
H A DAttributeParser.cpp838 auto typeLoc = getToken().getLoc(); in parseDenseArrayAttr() local
H A DParser.cpp1291 Location typeLoc = result.location; in parseGenericOperationAfterOpName() local
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp26 auto typeLoc = parser.getCurrentLocation(); in parseStorageType() local
97 auto typeLoc = parser.getCurrentLocation(); in parseExpressedTypeAndRange() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp158 SMLoc typeLoc = parser.getCurrentLocation(); in parseAndVerifyType() local
202 SMLoc typeLoc = parser.getCurrentLocation(); in parseAndVerifyMatrixType() local
238 SMLoc typeLoc = parser.getCurrentLocation(); in parseAndVerifySampledImageType() local
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp574 SMLoc typeLoc = parser.getCurrentLocation(); in parseType() local
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp774 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2620 SMLoc typeLoc = parser.getCurrentLocation(); in parse() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1420 SMLoc typeLoc) { in getInsertExtractValueElementType()