Lines Matching defs:GenericOpc
809 /// Select the AArch64 opcode for the basic binary operation \p GenericOpc
812 /// \returns \p GenericOpc if the combination is unsupported.
813 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID,
818 switch (GenericOpc) {
826 return GenericOpc;
829 switch (GenericOpc) {
839 return GenericOpc;
846 switch (GenericOpc) {
856 return GenericOpc;
859 switch (GenericOpc) {
871 return GenericOpc;
876 return GenericOpc;
879 /// Select the AArch64 opcode for the G_LOAD or G_STORE operation \p GenericOpc,
883 /// \returns \p GenericOpc if the combination is unsupported.
884 static unsigned selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID,
886 const bool isStore = GenericOpc == TargetOpcode::G_STORE;
915 return GenericOpc;
1097 static unsigned selectFPConvOpc(unsigned GenericOpc, LLT DstTy, LLT SrcTy) {
1099 return GenericOpc;
1108 switch (GenericOpc) {
1118 return GenericOpc;
1121 switch (GenericOpc) {
1131 return GenericOpc;
1134 return GenericOpc;
1139 switch (GenericOpc) {
1149 return GenericOpc;
1152 switch (GenericOpc) {
1162 return GenericOpc;
1165 return GenericOpc;
1168 return GenericOpc;
1170 return GenericOpc;