HomeSort by: relevance | last modified time | path
    Searched refs:IncludeSelf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h 593 /// If IncludeSelf is set, Reg itself is included in the list.
597 bool IncludeSelf = false) {
600 if (!IncludeSelf)
640 /// If IncludeSelf is set, Reg itself is included in the list.
646 bool IncludeSelf = false) {
649 if (!IncludeSelf)
777 /// MCRegAliasIterator enumerates all registers aliasing Reg. If IncludeSelf is
784 bool IncludeSelf;
792 bool IncludeSelf)
793 : Reg(Reg), MCRI(MCRI), IncludeSelf(IncludeSelf)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 1121 /// of RC. When IncludeSelf is set, also include the (0, sub-classes) entry.
1124 bool IncludeSelf = false)
1127 if (!IncludeSelf)

Completed in 18 milliseconds