Home
last modified time | relevance | path

Searched refs:getCompoundCandidateGroup (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp81 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() function
338 unsigned MIaG = getCompoundCandidateGroup(MIa, IsExtendedA); in isOrderedCompoundPair()
339 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB); in isOrderedCompoundPair()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h444 getCompoundCandidateGroup(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp3248 HexagonII::CompoundGroup HexagonInstrInfo::getCompoundCandidateGroup( in getCompoundCandidateGroup() function in HexagonInstrInfo
3338 assert(getCompoundCandidateGroup(GA) == HexagonII::HCG_A); in getCompoundOpcode()
3339 assert(getCompoundCandidateGroup(GB) == HexagonII::HCG_B); in getCompoundOpcode()