Searched refs:AllowWholeOp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.h165 /// This throws an exception if the name is invalid. If AllowWholeOp is
169 bool AllowWholeOp = true);
H A DCodeGenInstruction.cpp155 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { argument
175 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp &&

Completed in 118 milliseconds