Home | History | Annotate | Download | only in TableGen

Lines Matching full:substr

158   std::string OpName = Op.substr(1);
164 SubOpName = OpName.substr(DotIdx+1);
167 OpName = OpName.substr(0, DotIdx);
201 std::string Tok = CStr.substr(start, wpos - start);
203 std::string Name = CStr.substr(wpos+1);
207 Name = Name.substr(wpos);
222 std::string Name = CStr.substr(start, pos - start);
228 std::string DestOpName = Name.substr(0, wpos);
231 Name = CStr.substr(pos+1);
236 std::string SrcOpName = Name.substr(wpos);
264 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops);
400 Cur = Cur.substr(VariantsEnd + 1);