Searched refs:isIntRegForSubInst (Results 1 – 5 of 5) sorted by relevance
193 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) { in getDuplexCandidateGroup()199 if (HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()209 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()210 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()230 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()231 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()240 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getDuplexCandidateGroup()241 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()320 HexagonMCInstrInfo::isIntRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()325 if (HexagonMCInstrInfo::isIntRegForSubInst(Src1Reg) && in getDuplexCandidateGroup()[all …]
104 HexagonMCInstrInfo::isIntRegForSubInst(Src1Reg) && in getCompoundCandidateGroup()105 HexagonMCInstrInfo::isIntRegForSubInst(Src2Reg)) in getCompoundCandidateGroup()117 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg) && in getCompoundCandidateGroup()128 if (HexagonMCInstrInfo::isIntRegForSubInst(DstReg) && in getCompoundCandidateGroup()129 HexagonMCInstrInfo::isIntRegForSubInst(SrcReg)) in getCompoundCandidateGroup()139 HexagonMCInstrInfo::isIntRegForSubInst(DstReg)) in getCompoundCandidateGroup()148 HexagonMCInstrInfo::isIntRegForSubInst(Src1Reg) && in getCompoundCandidateGroup()
225 bool isIntRegForSubInst(unsigned Reg);
523 bool HexagonMCInstrInfo::isIntRegForSubInst(unsigned Reg) { in isIntRegForSubInst() function in llvm::HexagonMCInstrInfo
108 static bool isIntRegForSubInst(unsigned Reg) { in isIntRegForSubInst() function115 return isIntRegForSubInst(HRI.getSubReg(Reg, Hexagon::subreg_loreg)) && in isDblRegForSubInst()116 isIntRegForSubInst(HRI.getSubReg(Reg, Hexagon::subreg_hireg)); in isDblRegForSubInst()3323 isIntRegForSubInst(Src1Reg) && isIntRegForSubInst(Src2Reg)) in getCompoundCandidateGroup()3334 isIntRegForSubInst(SrcReg) && MI->getOperand(2).isImm() && in getCompoundCandidateGroup()3343 if (isIntRegForSubInst(DstReg) && isIntRegForSubInst(SrcReg)) in getCompoundCandidateGroup()3351 if (isIntRegForSubInst(DstReg)) in getCompoundCandidateGroup()3360 isIntRegForSubInst(Src1Reg) && (MI->getOperand(2).getImm() == 0)) in getCompoundCandidateGroup()3654 if (isIntRegForSubInst(DstReg)) { in getDuplexCandidateGroup()3661 if (isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()[all …]