HomeSort by relevance Sort by last modified time
    Searched full:notduplicable (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 118 NotDuplicable,
320 return Flags & (1 << MCID::NotDuplicable);
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 472 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)";
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 437 return hasProperty(MCID::NotDuplicable, Type);
    [all...]

Completed in 112 milliseconds