Searched refs:PredR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp156 MachineBasicBlock::iterator UseIt, unsigned PredR, bool Cond);
160 MachineBasicBlock::iterator Where, unsigned PredR, bool Cond);
161 void renameInRange(RegisterRef RO, RegisterRef RN, unsigned PredR,
763 /// under the conditions given by PredR and Cond, and this function will ignore
766 MachineBasicBlock::iterator UseIt, unsigned PredR, bool Cond) {
779 if (MI->readsRegister(PredR) && (Cond != HII->isPredicatedTrue(MI)))
783 // Check the defs. If the PredR is defined, invalidate it. If RD is
789 if (RR.Reg == PredR) {
876 /// PredR and Cond) at the point indicated by Where.
878 MachineBasicBlock::iterator Where, unsigned PredR, boo
765 getReachingDefForPred(RegisterRef RD, MachineBasicBlock::iterator UseIt, unsigned PredR, bool Cond) argument
877 predicateAt(RegisterRef RD, MachineInstr *MI, MachineBasicBlock::iterator Where, unsigned PredR, bool Cond) argument
931 renameInRange(RegisterRef RO, RegisterRef RN, unsigned PredR, bool Cond, MachineBasicBlock::iterator First, MachineBasicBlock::iterator Last) argument
977 unsigned PredR = MP.getReg(); local
[all...]
H A DHexagonHardwareLoops.cpp375 unsigned PredR = Cond[CSz-1].getReg(); local
377 MachineInstr *PredI = MRI->getVRegDef(PredR);
1159 unsigned PredR = CmpI->getOperand(0).getReg(); local
1167 if (MO.getReg() == PredR) // Found an intervening use of PredR.
1467 unsigned PredR = PN->getOperand(i).getReg(); local
1472 NewPN->addOperand(MachineOperand::CreateReg(PredR, false));

Completed in 27 milliseconds