Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp262 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
365 if (HexagonMCInstrInfo::isDblRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
493 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
502 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
512 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
H A DHexagonMCInstrInfo.h234 bool isDblRegForSubInst(unsigned Reg);
H A DHexagonMCInstrInfo.cpp619 bool HexagonMCInstrInfo::isDblRegForSubInst(unsigned Reg) { in isDblRegForSubInst() function in HexagonMCInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp136 static bool isDblRegForSubInst(Register Reg, const HexagonRegisterInfo &HRI) { in isDblRegForSubInst() function
3972 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
4080 if (isDblRegForSubInst(Src2Reg, HRI) && in getDuplexCandidateGroup()
4225 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
4240 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
4250 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()