Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp201 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() function
268 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops); in ParseConstraints()