Home
last modified time | relevance | path

Searched defs:InstSwitch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstrumentation.h76 virtual void instrumentSwitch(LoweringContext &, class InstSwitch *) {} in instrumentSwitch()
H A DIceDefs.h70 class InstSwitch; variable
H A DIceInst.cpp496 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, in InstSwitch() function in Ice::InstSwitch