Home
last modified time | relevance | path

Searched refs:const_value_range (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h100 using const_value_range = llvm::iterator_range<const_value_iterator>; variable
111 const_value_range getResults() const;
150 const_value_range getOperands() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h80 void hashBlockData(const DIE::const_value_range &Values);
H A DDIEHash.cpp223 void DIEHash::hashBlockData(const DIE::const_value_range &Values) { in hashBlockData()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp267 const auto collectTypeConstraints = [&](Operator::const_value_range values) { in collectOpConstraints()
H A DOpDefinitionsGen.cpp519 Operator::const_value_range values,
2527 Operator::const_value_range values, in genOperandResultVerifier()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp152 auto Operator::getResults() const -> const_value_range { in getResults()
299 auto Operator::getOperands() const -> const_value_range { in getOperands()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h711 using const_value_range = iterator_range<const_value_iterator>; variable
730 const_value_range values() const { in values()