HomeSort by: relevance | last modified time | path
    Searched refs:hasPostISelHook (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 174 HasPostISelHook,
508 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h 263 bool hasPostISelHook : 1;
InstrDocsEmitter.cpp 125 FLAG(hasPostISelHook)
CodeGenInstruction.cpp 393 hasPostISelHook = R->getValueAsBit("hasPostISelHook");
InstrInfoEmitter.cpp 972 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)";
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 1084 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
1085 return hasProperty(MCID::HasPostISelHook, Type);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 1086 if (II.hasPostISelHook())
SelectionDAGISel.cpp 306 assert(!MI.hasPostISelHook() &&
307 "If a target marks an instruction with 'hasPostISelHook', "

Completed in 84 milliseconds