Lines Matching refs:TargetOpcode
36 case TargetOpcode::G_ADD: in shouldCSEOpc()
37 case TargetOpcode::G_AND: in shouldCSEOpc()
38 case TargetOpcode::G_ASHR: in shouldCSEOpc()
39 case TargetOpcode::G_LSHR: in shouldCSEOpc()
40 case TargetOpcode::G_MUL: in shouldCSEOpc()
41 case TargetOpcode::G_OR: in shouldCSEOpc()
42 case TargetOpcode::G_SHL: in shouldCSEOpc()
43 case TargetOpcode::G_SUB: in shouldCSEOpc()
44 case TargetOpcode::G_XOR: in shouldCSEOpc()
45 case TargetOpcode::G_UDIV: in shouldCSEOpc()
46 case TargetOpcode::G_SDIV: in shouldCSEOpc()
47 case TargetOpcode::G_UREM: in shouldCSEOpc()
48 case TargetOpcode::G_SREM: in shouldCSEOpc()
49 case TargetOpcode::G_CONSTANT: in shouldCSEOpc()
50 case TargetOpcode::G_FCONSTANT: in shouldCSEOpc()
51 case TargetOpcode::G_ZEXT: in shouldCSEOpc()
52 case TargetOpcode::G_SEXT: in shouldCSEOpc()
53 case TargetOpcode::G_ANYEXT: in shouldCSEOpc()
54 case TargetOpcode::G_UNMERGE_VALUES: in shouldCSEOpc()
55 case TargetOpcode::G_TRUNC: in shouldCSEOpc()
62 return Opc == TargetOpcode::G_CONSTANT; in shouldCSEOpc()