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

/external/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp1 //===--- HexagonGenPredicate.cpp ------------------------------------------===//
63 class HexagonGenPredicate : public MachineFunctionPass { class in namespace:__anon12183
66 HexagonGenPredicate() : MachineFunctionPass(ID), TII(0), TRI(0), MRI(0) { function in class:__anon12183::HexagonGenPredicate
103 char HexagonGenPredicate::ID = 0;
106 INITIALIZE_PASS_BEGIN(HexagonGenPredicate, "hexagon-gen-pred",
109 INITIALIZE_PASS_END(HexagonGenPredicate, "hexagon-gen-pred",
112 bool HexagonGenPredicate::isPredReg(unsigned R) {
120 unsigned HexagonGenPredicate::getPredForm(unsigned Opc) {
165 bool HexagonGenPredicate::isConvertibleToPredForm(const MachineInstr *MI) {
185 void HexagonGenPredicate
[all...]

Completed in 125 milliseconds