Home
last modified time | relevance | path

Searched defs:IfInstr (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.cpp117 IfInstr::IfInstr(AluInstr *pred): in IfInstr() function in r600::IfInstr
123 IfInstr::IfInstr(const IfInstr& orig) in IfInstr() function in r600::IfInstr
Dsfn_instr.h47 class IfInstr; variable