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 123 HasPostISelHook,
414 /// hasPostISelHook - Return true if this instruction requires *adjustment*
418 bool hasPostISelHook() const {
419 return Flags & (1 << MCID::HasPostISelHook);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 239 bool hasPostISelHook;

Completed in 6248 milliseconds