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 440 /// If IncludeSelf is set, Reg itself is included in the list.
444 bool IncludeSelf = false) {
447 if (!IncludeSelf)
453 /// If IncludeSelf is set, Reg itself is included in the list.
458 bool IncludeSelf = false) {
461 if (!IncludeSelf)
552 /// MCRegAliasIterator enumerates all registers aliasing Reg. If IncludeSelf is
559 bool IncludeSelf;
566 bool IncludeSelf)
567 : Reg(Reg), MCRI(MCRI), IncludeSelf(IncludeSelf)
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h     [all...]

Completed in 1565 milliseconds