Home | History | Annotate | Download | only in TableGen

Lines Matching full:substr

159   std::string OpName = Op.substr(1);
165 SubOpName = OpName.substr(DotIdx+1);
168 OpName = OpName.substr(0, DotIdx);
202 std::string Tok = CStr.substr(start, wpos - start);
204 std::string Name = CStr.substr(wpos+1);
208 Name = Name.substr(wpos);
223 std::string Name = CStr.substr(start, pos - start);
229 std::string DestOpName = Name.substr(0, wpos);
232 Name = CStr.substr(pos+1);
238 Ops.ParseOperandName(Name.substr(wpos), false);
263 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops);
394 Cur = Cur.substr(VariantsEnd + 1);