Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp250 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
364 if (HexagonMCInstrInfo::isDblRegForSubInst(Src2Reg) && in getDuplexCandidateGroup()
492 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
501 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
511 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) && in getDuplexCandidateGroup()
DHexagonMCInstrInfo.h195 bool isDblRegForSubInst(unsigned Reg);
DHexagonMCInstrInfo.cpp439 bool HexagonMCInstrInfo::isDblRegForSubInst(unsigned Reg) { in isDblRegForSubInst() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp114 static bool isDblRegForSubInst(unsigned Reg, const HexagonRegisterInfo &HRI) { in isDblRegForSubInst() function
3708 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
3805 if (isDblRegForSubInst(Src2Reg, HRI) && in getDuplexCandidateGroup()
3935 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
3948 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
3957 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()