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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 124 HasPostISelHook,
445 /// hasPostISelHook - Return true if this instruction requires *adjustment*
449 bool hasPostISelHook() const {
450 return Flags & (1 << MCID::HasPostISelHook);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 245 bool hasPostISelHook : 1;
InstrInfoEmitter.cpp 501 if (Inst.hasPostISelHook) OS << "|(1<<MCID::HasPostISelHook)";
CodeGenInstruction.cpp 314 hasPostISelHook = R->getValueAsBit("hasPostISelHook");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 591 /// hasPostISelHook - Return true if this instruction requires *adjustment*
595 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
596 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp 327 assert(!MI->hasPostISelHook() &&
328 "If a target marks an instruction with 'hasPostISelHook', "
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 8769 milliseconds