Searched refs:HexagonExpandCondsets (Results 1 – 2 of 2) sorted by relevance
177 class HexagonExpandCondsets : public MachineFunctionPass { class180 HexagonExpandCondsets() : in HexagonExpandCondsets() function in __anona156740d0111::HexagonExpandCondsets279 char HexagonExpandCondsets::ID = 0;281 INITIALIZE_PASS_BEGIN(HexagonExpandCondsets, "expand-condsets",286 INITIALIZE_PASS_END(HexagonExpandCondsets, "expand-condsets", in INITIALIZE_PASS_DEPENDENCY()289 unsigned HexagonExpandCondsets::getMaskForSub(unsigned Sub) { in INITIALIZE_PASS_DEPENDENCY()301 bool HexagonExpandCondsets::isCondset(const MachineInstr &MI) { in isCondset()316 LaneBitmask HexagonExpandCondsets::getLaneMask(unsigned Reg, unsigned Sub) { in getLaneMask()323 void HexagonExpandCondsets::addRefToMap(RegisterRef RR, ReferenceMap &Map, in addRefToMap()334 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, in isRefInMap()[all …]
26 HexagonExpandCondsets.cpp