Lines Matching refs:setOperationAction

72   setOperationAction(ISD::BR_CC, MVT::i64, Custom);  in BPFTargetLowering()
73 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
74 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
75 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering()
77 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
79 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in BPFTargetLowering()
80 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BPFTargetLowering()
81 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in BPFTargetLowering()
87 setOperationAction(ISD::SDIVREM, VT, Expand); in BPFTargetLowering()
88 setOperationAction(ISD::UDIVREM, VT, Expand); in BPFTargetLowering()
89 setOperationAction(ISD::SREM, VT, Expand); in BPFTargetLowering()
90 setOperationAction(ISD::UREM, VT, Expand); in BPFTargetLowering()
91 setOperationAction(ISD::MULHU, VT, Expand); in BPFTargetLowering()
92 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering()
93 setOperationAction(ISD::UMUL_LOHI, VT, Expand); in BPFTargetLowering()
94 setOperationAction(ISD::SMUL_LOHI, VT, Expand); in BPFTargetLowering()
95 setOperationAction(ISD::ROTR, VT, Expand); in BPFTargetLowering()
96 setOperationAction(ISD::ROTL, VT, Expand); in BPFTargetLowering()
97 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
98 setOperationAction(ISD::SRL_PARTS, VT, Expand); in BPFTargetLowering()
99 setOperationAction(ISD::SRA_PARTS, VT, Expand); in BPFTargetLowering()
100 setOperationAction(ISD::CTPOP, VT, Expand); in BPFTargetLowering()
102 setOperationAction(ISD::SETCC, VT, Expand); in BPFTargetLowering()
103 setOperationAction(ISD::SELECT, VT, Expand); in BPFTargetLowering()
104 setOperationAction(ISD::SELECT_CC, VT, Custom); in BPFTargetLowering()
108 setOperationAction(ISD::BSWAP, MVT::i32, Promote); in BPFTargetLowering()
109 setOperationAction(ISD::BR_CC, MVT::i32, Promote); in BPFTargetLowering()
112 setOperationAction(ISD::CTTZ, MVT::i64, Custom); in BPFTargetLowering()
113 setOperationAction(ISD::CTLZ, MVT::i64, Custom); in BPFTargetLowering()
114 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Custom); in BPFTargetLowering()
115 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Custom); in BPFTargetLowering()
117 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in BPFTargetLowering()
118 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Expand); in BPFTargetLowering()
119 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); in BPFTargetLowering()
120 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Expand); in BPFTargetLowering()