Home
last modified time | relevance | path

Searched refs:HasPostInstrSymbol (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h158 bool HasPostInstrSymbol = PostInstrSymbol != nullptr; variable
164 MMOs.size(), HasPreInstrSymbol + HasPostInstrSymbol,
167 ExtraInfo(MMOs.size(), HasPreInstrSymbol, HasPostInstrSymbol,
176 if (HasPostInstrSymbol)
199 return HasPostInstrSymbol in getPostInstrSymbol()
228 const bool HasPostInstrSymbol; variable
238 return HasPreInstrSymbol + HasPostInstrSymbol; in numTrailingObjects()
249 ExtraInfo(int NumMMOs, bool HasPreInstrSymbol, bool HasPostInstrSymbol, in ExtraInfo() argument
252 HasPostInstrSymbol(HasPostInstrSymbol), in ExtraInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp310 bool HasPostInstrSymbol = PostInstrSymbol != nullptr; in setExtraInfo() local
314 int NumPointers = MMOs.size() + HasPreInstrSymbol + HasPostInstrSymbol + in setExtraInfo()
338 else if (HasPostInstrSymbol) in setExtraInfo()