Home
last modified time | relevance | path

Searched refs:typePos (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp258 SMLoc dimPos, typePos; in parseVectorType() local
263 parser.getCurrentLocation(&typePos) || in parseVectorType()
283 parser.emitError(typePos) in parseVectorType()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp315 Position *&typePos = inputs[typeValue]; in getTypePredicates() local
316 if (typePos) in getTypePredicates()
321 typePos = builder.getTypeLiteral(typeAttr); in getTypePredicates()
H A DPDLToPDLInterp.cpp343 auto *typePos = cast<TypeLiteralPosition>(pos); in getValueAt() local
344 Attribute rawTypeAttr = typePos->getValue(); in getValueAt()