Home
last modified time | relevance | path

Searched refs:AllowWholeOp (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.h174 bool AllowWholeOp = true);
DCodeGenInstruction.cpp160 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() argument
180 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp && in ParseOperandName()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h186 bool AllowWholeOp = true);
DCodeGenInstruction.cpp180 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() argument
203 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp && in ParseOperandName()