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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 153 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
158 MMOs.size(), HasPreInstrSymbol + HasPostInstrSymbol,
161 ExtraInfo(MMOs.size(), HasPreInstrSymbol, HasPostInstrSymbol,
168 if (HasPreInstrSymbol)
171 Result->getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol] =
184 return HasPreInstrSymbol ? getTrailingObjects<MCSymbol *>()[0] : nullptr;
189 ? getTrailingObjects<MCSymbol *>()[HasPreInstrSymbol]
206 const bool HasPreInstrSymbol;
215 return HasPreInstrSymbol + HasPostInstrSymbol;
223 ExtraInfo(int NumMMOs, bool HasPreInstrSymbol, bool HasPostInstrSymbol
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 332 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
336 MMOs.size() + HasPreInstrSymbol + HasPostInstrSymbol + HasHeapAllocMarker;
355 if (HasPreInstrSymbol)

Completed in 17 milliseconds