• Home
  • Raw
  • Download

Lines Matching refs:Expand

67   setOperationAction(ISD::BR_JT, MVT::Other, Expand);  in BPFTargetLowering()
68 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
69 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering()
70 setOperationAction(ISD::SETCC, MVT::i64, Expand); in BPFTargetLowering()
71 setOperationAction(ISD::SELECT, MVT::i64, Expand); in BPFTargetLowering()
77 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BPFTargetLowering()
78 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering()
80 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in BPFTargetLowering()
81 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in BPFTargetLowering()
82 setOperationAction(ISD::SREM, MVT::i64, Expand); in BPFTargetLowering()
83 setOperationAction(ISD::UREM, MVT::i64, Expand); in BPFTargetLowering()
85 setOperationAction(ISD::MULHU, MVT::i64, Expand); in BPFTargetLowering()
86 setOperationAction(ISD::MULHS, MVT::i64, Expand); in BPFTargetLowering()
87 setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand); in BPFTargetLowering()
88 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in BPFTargetLowering()
90 setOperationAction(ISD::ADDC, MVT::i64, Expand); in BPFTargetLowering()
91 setOperationAction(ISD::ADDE, MVT::i64, Expand); in BPFTargetLowering()
92 setOperationAction(ISD::SUBC, MVT::i64, Expand); in BPFTargetLowering()
93 setOperationAction(ISD::SUBE, MVT::i64, Expand); in BPFTargetLowering()
95 setOperationAction(ISD::ROTR, MVT::i64, Expand); in BPFTargetLowering()
96 setOperationAction(ISD::ROTL, MVT::i64, Expand); in BPFTargetLowering()
97 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
98 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
99 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in BPFTargetLowering()
105 setOperationAction(ISD::CTPOP, MVT::i64, Expand); in BPFTargetLowering()
107 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in BPFTargetLowering()
108 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Expand); in BPFTargetLowering()
109 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); in BPFTargetLowering()
110 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Expand); in BPFTargetLowering()
118 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in BPFTargetLowering()
119 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in BPFTargetLowering()
120 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in BPFTargetLowering()