Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td188 def : Property<"attributeLoc", SourceLocation> {
196 return ctx.getDependentVectorType(elementType, size, attributeLoc,
218 def : Property<"attributeLoc", SourceLocation> {
223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
253 def : Property<"attributeLoc", SourceLocation> {
258 return ctx.getDependentSizedMatrixType(elementType, rows, columns, attributeLoc);
612 def : Property<"attributeLoc", SourceLocation> {
618 attributeLoc);
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp787 llvm::SMLoc attributeLoc, in getInsertExtractValueElementType() argument
800 return parser.emitError(attributeLoc, in getInsertExtractValueElementType()
807 return parser.emitError(attributeLoc, "position out of bounds"), in getInsertExtractValueElementType()
813 return parser.emitError(attributeLoc, "position out of bounds"), in getInsertExtractValueElementType()
834 llvm::SMLoc attributeLoc, trailingTypeLoc; in parseExtractValueOp() local
837 parser.getCurrentLocation(&attributeLoc) || in parseExtractValueOp()
846 parser, containerType, positionAttr, attributeLoc, trailingTypeLoc); in parseExtractValueOp()
916 llvm::SMLoc attributeLoc, trailingTypeLoc; in parseInsertValueOp() local
920 parser.getCurrentLocation(&attributeLoc) || in parseInsertValueOp()
928 parser, containerType, positionAttr, attributeLoc, trailingTypeLoc); in parseInsertValueOp()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp596 llvm::SMLoc attributeLoc, typeLoc; in parseExtractOp() local
601 if (parser.parseOperand(vector) || parser.getCurrentLocation(&attributeLoc) || in parseExtractOp()
615 attributeLoc, in parseExtractOp()