Lines Matching refs:Custom

80     setOperationAction(ISD::LOAD, T, Custom);  in WebAssemblyTargetLowering()
81 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
86 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
87 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
92 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
93 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
97 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
98 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
99 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
100 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
101 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
102 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
106 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
152 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
189 setOperationAction(ISD::BUILD_VECTOR, T, Custom); in WebAssemblyTargetLowering()
194 setOperationAction(ISD::VECTOR_SHUFFLE, T, Custom); in WebAssemblyTargetLowering()
199 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
205 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering()
237 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
247 setOperationAction(Op, MVT::v4i32, Custom); in WebAssemblyTargetLowering()
255 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; in WebAssemblyTargetLowering()
267 setOperationAction(ISD::FrameIndex, MVT::i32, Custom); in WebAssemblyTargetLowering()
268 setOperationAction(ISD::FrameIndex, MVT::i64, Custom); in WebAssemblyTargetLowering()
269 setOperationAction(ISD::CopyToReg, MVT::Other, Custom); in WebAssemblyTargetLowering()
277 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
319 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
320 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in WebAssemblyTargetLowering()
321 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in WebAssemblyTargetLowering()