Home
last modified time | relevance | path

Searched refs:isIntRegForSubInst (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp207 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) { in getDuplexCandidateGroup()
223 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
224 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
244 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
245 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
254 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
255 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
419 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) { in getDuplexCandidateGroup()
450 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
451 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
[all …]
H A DHexagonMCCompound.cpp102 HexagonMCInstrInfo::isIntRegForSubInst(Src1Reg) && in getCompoundCandidateGroup()
103 HexagonMCInstrInfo::isIntRegForSubInst(Src2Reg)) in getCompoundCandidateGroup()
115 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getCompoundCandidateGroup()
126 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getCompoundCandidateGroup()
127 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg)) in getCompoundCandidateGroup()
137 HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) in getCompoundCandidateGroup()
146 HexagonMCInstrInfo::isIntRegForSubInst(Src1Reg) && in getCompoundCandidateGroup()
H A DHexagonMCInstrInfo.h251 bool isIntRegForSubInst(unsigned Reg);
H A DHexagonMCInstrInfo.cpp606 bool HexagonMCInstrInfo::isIntRegForSubInst(unsigned Reg) { in isIntRegForSubInst() function in HexagonMCInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3269 isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg)) in getCompoundCandidateGroup()
3289 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg)) in getCompoundCandidateGroup()
3715 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
3734 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
3743 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
3819 if (isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
3828 if (isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
3845 if (isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
3935 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
3945 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg)) in getDuplexCandidateGroup()
[all …]