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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 120 HasPostISelHook,
488 /// hasPostISelHook - Return true if this instruction requires *adjustment*
492 bool hasPostISelHook() const {
493 return Flags & (1 << MCID::HasPostISelHook);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 236 bool hasPostISelHook;

Completed in 186 milliseconds