Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h147 bool HasPostInstrSymbol = PostInstrSymbol != nullptr; variable
200 const bool HasPostInstrSymbol; variable
216 ExtraInfo(int NumMMOs, bool HasPreInstrSymbol, bool HasPostInstrSymbol, in ExtraInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp325 bool HasPostInstrSymbol = PostInstrSymbol != nullptr; in setExtraInfo() local