Lines Matching refs:Custom

82     setOperationAction(ISD::LOAD, T, Custom);  in WebAssemblyTargetLowering()
83 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
88 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
89 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
96 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
97 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
101 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
102 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
103 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
104 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
105 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
106 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
110 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
156 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
190 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering()
195 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering()
200 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
206 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
235 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
245 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
255 setOperationAction(Op, MVT::v4i32, Custom); in WebAssemblyTargetLowering()
263 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; in WebAssemblyTargetLowering()
275 setOperationAction(ISD::FrameIndex, MVT::i32, Custom); in WebAssemblyTargetLowering()
276 setOperationAction(ISD::FrameIndex, MVT::i64, Custom); in WebAssemblyTargetLowering()
277 setOperationAction(ISD::CopyToReg, MVT::Other, Custom); in WebAssemblyTargetLowering()
285 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
325 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
326 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
327 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in WebAssemblyTargetLowering()