Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp209 bool IsReg1 = Src1.isReg(), IsReg2 = Src2.isReg(); in getMuxOpcode() local
211 return IsReg2 ? Hexagon::C2_mux : Hexagon::C2_muxir; in getMuxOpcode()
212 if (IsReg2) in getMuxOpcode()