Searched refs:getCompoundCandidateGroup (Results 1 – 3 of 3) sorted by relevance
83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() function347 unsigned MIaG = getCompoundCandidateGroup(MIa, IsExtendedA); in isOrderedCompoundPair()348 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB); in isOrderedCompoundPair()
352 getCompoundCandidateGroup(const MachineInstr *MI) const;
2837 HexagonII::CompoundGroup HexagonInstrInfo::getCompoundCandidateGroup( in getCompoundCandidateGroup() function in HexagonInstrInfo2928 assert(getCompoundCandidateGroup(GA) == HexagonII::HCG_A); in getCompoundOpcode()2929 assert(getCompoundCandidateGroup(GB) == HexagonII::HCG_B); in getCompoundOpcode()