Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
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()
DHexagonMCInstrInfo.h234 bool isDblRegForSubInst(unsigned Reg);
DHexagonMCInstrInfo.cpp611 bool HexagonMCInstrInfo::isDblRegForSubInst(unsigned Reg) { in isDblRegForSubInst() function in HexagonMCInstrInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp135 static bool isDblRegForSubInst(Register Reg, const HexagonRegisterInfo &HRI) { in isDblRegForSubInst() function
3969 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
4077 if (isDblRegForSubInst(Src2Reg, HRI) && in getDuplexCandidateGroup()
4222 if (isDblRegForSubInst(DstReg, HRI) && in getDuplexCandidateGroup()
4237 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()
4247 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) && in getDuplexCandidateGroup()