Home
last modified time | relevance | path

Searched defs:InstPhi (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h73 virtual void instrumentPhi(LoweringContext &, class InstPhi *) {} in instrumentPhi()
DIceDefs.h69 class InstPhi; variable
DIceInst.cpp397 InstPhi::InstPhi(Cfg *Func, SizeT MaxSrcs, Variable *Dest) in InstPhi() function in Ice::InstPhi
DIceTargetLoweringMIPS32.cpp5455 void TargetMIPS32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi()
DIceTargetLoweringARM32.cpp5929 void TargetARM32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi()