Lines Matching refs:Custom
83 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
84 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
89 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
90 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
97 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
98 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
102 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
103 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
104 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
105 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
106 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
107 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
111 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
157 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
197 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering()
202 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering()
212 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
218 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
247 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
257 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
267 setOperationAction(Op, MVT::v4i32, Custom); in WebAssemblyTargetLowering()
271 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, T, Custom); in WebAssemblyTargetLowering()
272 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, T, Custom); in WebAssemblyTargetLowering()
281 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; in WebAssemblyTargetLowering()
293 setOperationAction(ISD::FrameIndex, MVT::i32, Custom); in WebAssemblyTargetLowering()
294 setOperationAction(ISD::FrameIndex, MVT::i64, Custom); in WebAssemblyTargetLowering()
295 setOperationAction(ISD::CopyToReg, MVT::Other, Custom); in WebAssemblyTargetLowering()
303 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
343 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
344 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
345 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in WebAssemblyTargetLowering()