Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstrumentation.h76 virtual void instrumentSwitch(LoweringContext &, class InstSwitch *) {} in instrumentSwitch()
DIceDefs.h70 class InstSwitch; variable
DIceInst.cpp496 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, in InstSwitch() function in Ice::InstSwitch
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.cc328 void FinalVM::InstSwitch(const VectorRef &args) { in InstSwitch() function in mindspore::compile::FinalVM