Lines Matching defs:GenericOpc
815 /// Select the AArch64 opcode for the basic binary operation \p GenericOpc
818 /// \returns \p GenericOpc if the combination is unsupported.
819 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID,
824 switch (GenericOpc) {
832 return GenericOpc;
835 switch (GenericOpc) {
845 return GenericOpc;
852 switch (GenericOpc) {
862 return GenericOpc;
865 switch (GenericOpc) {
877 return GenericOpc;
882 return GenericOpc;
885 /// Select the AArch64 opcode for the G_LOAD or G_STORE operation \p GenericOpc,
889 /// \returns \p GenericOpc if the combination is unsupported.
890 static unsigned selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID,
892 const bool isStore = GenericOpc == TargetOpcode::G_STORE;
921 return GenericOpc;
1104 static unsigned selectFPConvOpc(unsigned GenericOpc, LLT DstTy, LLT SrcTy) {
1106 return GenericOpc;
1115 switch (GenericOpc) {
1125 return GenericOpc;
1128 switch (GenericOpc) {
1138 return GenericOpc;
1141 return GenericOpc;
1146 switch (GenericOpc) {
1156 return GenericOpc;
1159 switch (GenericOpc) {
1169 return GenericOpc;
1172 return GenericOpc;
1175 return GenericOpc;
1177 return GenericOpc;