Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstrumentation.h62 virtual void instrumentCall(LoweringContext &, class InstCall *) {} in instrumentCall()
DIceInst.h455 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall() function
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.cc206 void FinalVM::InstCall(const VectorRef &args) { in InstCall() function in mindspore::compile::FinalVM