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 121 HasPostISelHook,
402 /// hasPostISelHook - Return true if this instruction requires *adjustment*
406 bool hasPostISelHook() const {
407 return Flags & (1 << MCID::HasPostISelHook);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 240 bool hasPostISelHook;

Completed in 158 milliseconds