Home
last modified time | relevance | path

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

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