Lines Matching refs:Custom
89 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
90 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
95 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
96 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
103 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
104 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
108 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
109 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
110 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
111 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
112 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
113 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
114 setOperationAction(ISD::CLEAR_CACHE, MVT::Other, Custom); in WebAssemblyTargetLowering()
118 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
169 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
209 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering()
214 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering()
224 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
230 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
259 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
269 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
279 setOperationAction(Op, MVT::v4i32, Custom); in WebAssemblyTargetLowering()
283 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, T, Custom); in WebAssemblyTargetLowering()
284 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, T, Custom); in WebAssemblyTargetLowering()
293 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; in WebAssemblyTargetLowering()
305 setOperationAction(ISD::FrameIndex, MVT::i32, Custom); in WebAssemblyTargetLowering()
306 setOperationAction(ISD::FrameIndex, MVT::i64, Custom); in WebAssemblyTargetLowering()
307 setOperationAction(ISD::CopyToReg, MVT::Other, Custom); in WebAssemblyTargetLowering()
315 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
355 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
356 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
357 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in WebAssemblyTargetLowering()