Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() function
347 unsigned MIaG = getCompoundCandidateGroup(MIa, IsExtendedA); in isOrderedCompoundPair()
348 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB); in isOrderedCompoundPair()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h382 getCompoundCandidateGroup(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp3302 HexagonII::CompoundGroup HexagonInstrInfo::getCompoundCandidateGroup( in getCompoundCandidateGroup() function in HexagonInstrInfo
3393 assert(getCompoundCandidateGroup(GA) == HexagonII::HCG_A); in getCompoundOpcode()
3394 assert(getCompoundCandidateGroup(GB) == HexagonII::HCG_B); in getCompoundOpcode()