HomeSort by relevance Sort by last modified time
    Searched refs:IncludeSelf (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 453 /// If IncludeSelf is set, Reg itself is included in the list.
457 bool IncludeSelf = false) {
460 if (!IncludeSelf)
498 /// If IncludeSelf is set, Reg itself is included in the list.
503 bool IncludeSelf = false) {
506 if (!IncludeSelf)
627 /// MCRegAliasIterator enumerates all registers aliasing Reg. If IncludeSelf is
634 bool IncludeSelf;
641 bool IncludeSelf)
642 : Reg(Reg), MCRI(MCRI), IncludeSelf(IncludeSelf)
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h     [all...]

Completed in 53 milliseconds