Lines Matching defs:Start
382 // Not in an ITBlock to start with.
3502 // If the register is the same as the start reg, there's nothing
3742 // If the register is the same as the start reg, there's nothing
4131 size_t Start = 0, Next = Mask.find('_');
4133 std::string SpecReg = Mask.slice(Start, Next).lower();
5217 // This was not a register so parse other operands that start with an
5815 // The generic tblgen'erated code does this later, at the start of
5832 size_t Start = 0, Next = Name.find('.');
5833 StringRef Mnemonic = Name.slice(Start, Next);
5930 Start = Next;
5931 Next = Name.find('.', Start + 1);
5932 StringRef ExtraToken = Name.slice(Start, Next);
5942 SMLoc Loc = SMLoc::getFromPointer(NameLoc.getPointer() + Start);
5952 SMLoc Loc = SMLoc::getFromPointer(NameLoc.getPointer() + Start);
6879 // Reading PC provides the start of the current instruction + 8 and
10185 // when we start to table-generate them, and we can use the ARM