Lines Matching refs:HexagonGenPredicate
63 class HexagonGenPredicate : public MachineFunctionPass { class
66 HexagonGenPredicate() : MachineFunctionPass(ID), TII(0), TRI(0), MRI(0) { in HexagonGenPredicate() function in __anon7eb497360111::HexagonGenPredicate
103 char HexagonGenPredicate::ID = 0;
106 INITIALIZE_PASS_BEGIN(HexagonGenPredicate, "hexagon-gen-pred",
109 INITIALIZE_PASS_END(HexagonGenPredicate, "hexagon-gen-pred", in INITIALIZE_PASS_DEPENDENCY()
112 bool HexagonGenPredicate::isPredReg(unsigned R) { in INITIALIZE_PASS_DEPENDENCY()
120 unsigned HexagonGenPredicate::getPredForm(unsigned Opc) { in getPredForm()
165 bool HexagonGenPredicate::isConvertibleToPredForm(const MachineInstr *MI) { in isConvertibleToPredForm()
185 void HexagonGenPredicate::collectPredicateGPR(MachineFunction &MF) { in collectPredicateGPR()
206 void HexagonGenPredicate::processPredicateGPR(const Register &Reg) { in processPredicateGPR()
226 Register HexagonGenPredicate::getPredRegFor(const Register &Reg) { in getPredRegFor()
267 bool HexagonGenPredicate::isScalarCmp(unsigned Opc) { in isScalarCmp()
304 bool HexagonGenPredicate::isScalarPred(Register PredReg) { in isScalarPred()
350 bool HexagonGenPredicate::convertToPredForm(MachineInstr *MI) { in convertToPredForm()
436 bool HexagonGenPredicate::eliminatePredCopies(MachineFunction &MF) { in eliminatePredCopies()
481 bool HexagonGenPredicate::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
523 return new HexagonGenPredicate(); in createHexagonGenPredicate()