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

  /src/games/hack/
hack.pri.c 260 if (!Invisible)
288 if (!Invisible) {
368 if (u.udispl && (Invisible || u.udisx != u.ux || u.udisy != u.uy))
372 if (Invisible) {
396 if (x == u.ux && y == u.uy && (!Invisible)) {
580 return ((x == u.ux && y == u.uy && !Invisible)
hack.h 147 #define Invisible (Invis && !See_invisible)
hack.tty.c 320 if (!Invisible)
hack.do.c 101 if (Invisible)
140 if (Invisible)
hack.steal.c 93 if (Invisible)
hack.trap.c 158 if (Invisible)
hack.c 269 if (Invisible)
430 if (Invisible)
538 if (Invisible)
588 mtmp = 0; /* invisible M cannot
hack.zap.c 293 if (Invisible)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h 32 /// \p Invisible instructions are instructions which can be outlined, but
34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible };
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h 73 /// Invisible Instructions are skipped over during analysis.
75 enum InstrType { Legal, Illegal, Invisible };
404 InstrType visitDbgInfoIntrinsic(DbgInfoIntrinsic &DII) { return Invisible; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 1057 return outliner::InstrType::Invisible;
1089 return outliner::InstrType::Invisible;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp 171 case InstrType::Invisible:
196 // invisible instructions in between), remember that.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 157 // invisible instructions in between), remember that.
262 // True if we can perform outlining given the last mapped (non-invisible)
293 case InstrType::Invisible:
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 6108 return outliner::InstrType::Invisible;
6113 return outliner::InstrType::Invisible;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 6965 return outliner::InstrType::Invisible;
6970 return outliner::InstrType::Invisible;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 8986 return outliner::InstrType::Invisible;
8991 return outliner::InstrType::Invisible;

Completed in 52 milliseconds