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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp80 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { function
337 unsigned MIaG = getCompoundCandidateGroup(MIa, IsExtendedA);
338 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h444 getCompoundCandidateGroup(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp3396 HexagonII::CompoundGroup HexagonInstrInfo::getCompoundCandidateGroup( function in class:HexagonInstrInfo
3486 assert(getCompoundCandidateGroup(GA) == HexagonII::HCG_A);
3487 assert(getCompoundCandidateGroup(GB) == HexagonII::HCG_B);

Completed in 84 milliseconds