Home
last modified time | relevance | path

Searched refs:EIIK_PreInstrSymbol (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.h228 EIIK_PreInstrSymbol, enumerator
240 PointerSumTypeMember<EIIK_PreInstrSymbol, MCSymbol *>,
591 if (MCSymbol *S = Info.get<EIIK_PreInstrSymbol>())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp348 Info.set<EIIK_PreInstrSymbol>(PreInstrSymbol); in setExtraInfo()
473 if (!Symbol && Info.is<EIIK_PreInstrSymbol>()) { in setPreInstrSymbol()