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

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 467 /// If IncludeSelf is set, Reg itself is included in the list.
471 bool IncludeSelf = false) {
474 if (!IncludeSelf)
512 /// If IncludeSelf is set, Reg itself is included in the list.
517 bool IncludeSelf = false) {
520 if (!IncludeSelf)
641 /// MCRegAliasIterator enumerates all registers aliasing Reg. If IncludeSelf is
648 bool IncludeSelf;
655 bool IncludeSelf)
656 : Reg(Reg), MCRI(MCRI), IncludeSelf(IncludeSelf)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCRegisterInfo.h 489 /// If IncludeSelf is set, Reg itself is included in the list.
493 bool IncludeSelf = false) {
496 if (!IncludeSelf)
536 /// If IncludeSelf is set, Reg itself is included in the list.
542 bool IncludeSelf = false) {
545 if (!IncludeSelf)
672 /// MCRegAliasIterator enumerates all registers aliasing Reg. If IncludeSelf is
679 bool IncludeSelf;
687 bool IncludeSelf)
688 : Reg(Reg), MCRI(MCRI), IncludeSelf(IncludeSelf)
    [all...]

Completed in 226 milliseconds