Home
last modified time | relevance | path

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

/freebsd/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(MCRegister Reg);
H A DHexagonMCInstrInfo.cpp619 bool HexagonMCInstrInfo::isDblRegForSubInst(MCRegister Reg) { in isDblRegForSubInst() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp135 static bool isDblRegForSubInst(Register Reg, const HexagonRegisterInfo &HRI) { in isDblRegForSubInst() function
4005 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
4113 if (isDblRegForSubInst(Src2Reg, HRI) && in getDuplexCandidateGroup()
4258 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
4273 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
4283 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()