Home | History | Annotate | Download | only in MBlaze

Lines Matching refs:PHI

280   // will contain the Phi node for the select.
310 BuildMI(loop, dl, TII->get(MBlaze::PHI), DST)
316 BuildMI(loop, dl, TII->get(MBlaze::PHI), SAMT)
338 TII->get(MBlaze::PHI), MI->getOperand(0).getReg())
400 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
402 //BuildMI(dneBB, dl, TII->get(MBlaze::PHI), MI->getOperand(0).getReg())
407 TII->get(MBlaze::PHI), MI->getOperand(0).getReg())
462 // will contain the Phi node for the select.