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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp263 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) &&
371 if (HexagonMCInstrInfo::isDblRegForSubInst(Src2Reg) &&
499 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) &&
508 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) &&
518 if (HexagonMCInstrInfo::isDblRegForSubInst(DstReg) &&
H A DHexagonMCInstrInfo.h218 bool isDblRegForSubInst(unsigned Reg);
H A DHexagonMCInstrInfo.cpp559 bool HexagonMCInstrInfo::isDblRegForSubInst(unsigned Reg) { function in class:HexagonMCInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp126 static bool isDblRegForSubInst(unsigned Reg, const HexagonRegisterInfo &HRI) { function
3796 if (isDblRegForSubInst(DstReg, HRI) &&
3898 if (isDblRegForSubInst(Src2Reg, HRI) &&
4028 if (isDblRegForSubInst(DstReg, HRI) &&
4041 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) &&
4050 if (isDblRegForSubInst(DstReg, HRI) && isIntRegForSubInst(SrcReg) &&

Completed in 172 milliseconds