Home | History | Annotate | Download | only in R600

Lines Matching defs:BR

421 /// last parameter, also switches branch target with BR if the need arise
429 SDNode *BR = 0;
440 // Get the target from BR if we don't negate the condition
441 BR = findUser(BRCOND, ISD::BR);
442 Target = BR->getOperand(1);
464 if (BR) {
467 BR->getOperand(0),
470 DAG.MorphNodeTo(BR, ISD::BR, BR->getVTList(), Ops, 2);