Searched refs:getCompoundCandidateGroup (Results 1 – 3 of 3) sorted by relevance
80 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() function337 unsigned MIaG = getCompoundCandidateGroup(MIa, IsExtendedA); in isOrderedCompoundPair()338 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB); in isOrderedCompoundPair()
444 getCompoundCandidateGroup(const MachineInstr &MI) const;
3425 HexagonII::CompoundGroup HexagonInstrInfo::getCompoundCandidateGroup( in getCompoundCandidateGroup() function in HexagonInstrInfo3515 assert(getCompoundCandidateGroup(GA) == HexagonII::HCG_A); in getCompoundOpcode()3516 assert(getCompoundCandidateGroup(GB) == HexagonII::HCG_B); in getCompoundOpcode()