Home
last modified time | relevance | path

Searched refs:isDblRegForSubInst (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp264 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
372 if (HexagonMCInstrInfo::isDblRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
500 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
509 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
519 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
H A DHexagonMCInstrInfo.h219 bool isDblRegForSubInst(unsigned Reg);
H A DHexagonMCInstrInfo.cpp561 bool HexagonMCInstrInfo::isDblRegForSubInst(unsigned Reg) { in isDblRegForSubInst() function in HexagonMCInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp127 static bool isDblRegForSubInst(unsigned Reg, const HexagonRegisterInfo &HRI) { in isDblRegForSubInst() function
3752 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
3854 if (isDblRegForSubInst(Src2Reg, HRI) && in getDuplexCandidateGroup()
3984 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
3997 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
4006 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()