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 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;
InstrInfoEmitter.cpp 337 if (Inst.hasPostISelHook) OS << "|(1<<MCID::HasPostISelHook)";
CodeGenInstruction.cpp 312 hasPostISelHook = R->getValueAsBit("hasPostISelHook");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 523 /// hasPostISelHook - Return true if this instruction requires *adjustment*
527 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
528 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp 257 assert(!MI->hasPostISelHook() &&
258 "If a target marks an instruction with 'hasPostISelHook', "
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 127 milliseconds