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

  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 236 bool hasPostISelHook;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 121 HasPostISelHook,
424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 738 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
739 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 143 HasPostISelHook,
466 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }

Completed in 211 milliseconds