Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp205 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) { in getDuplexCandidateGroup()
221 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
222 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
242 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
243 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
252 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
253 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
412 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) { in getDuplexCandidateGroup()
443 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()
444 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
[all …]
H A DHexagonMCCompound.cpp101 HexagonMCInstrInfo::isIntRegForSubInst(Src1Reg) && in getCompoundCandidateGroup()
102 HexagonMCInstrInfo::isIntRegForSubInst(Src2Reg)) in getCompoundCandidateGroup()
114 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getCompoundCandidateGroup()
125 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getCompoundCandidateGroup()
126 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg)) in getCompoundCandidateGroup()
136 HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) in getCompoundCandidateGroup()
145 HexagonMCInstrInfo::isIntRegForSubInst(Src1Reg) && in getCompoundCandidateGroup()
H A DHexagonMCInstrInfo.h266 bool isIntRegForSubInst(unsigned Reg);
H A DHexagonMCInstrInfo.cpp664 bool HexagonMCInstrInfo::isIntRegForSubInst(unsigned Reg) { in isIntRegForSubInst() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3417 isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg)) in getCompoundCandidateGroup()
3437 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg)) in getCompoundCandidateGroup()
3931 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
3952 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
3962 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
4042 if (isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
4052 if (isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
4070 if (isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
4167 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
4178 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg)) in getDuplexCandidateGroup()
[all …]