Home
last modified time | relevance | path

Searched refs:attrOrOperandMapping (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp493 attrOrOperandMapping.push_back( in populateOpStructure()
498 attrOrOperandMapping.push_back( in populateOpStructure()
692 return attrOrOperandMapping[index]; in getArgToOperandOrAttribute()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h362 SmallVector<OperandOrAttribute, 4> attrOrOperandMapping; variable