Home | History | Annotate | Download | only in WebAssembly

Lines Matching refs:Custom

60   setOperationAction(ISD::GlobalAddress, MVTPtr, Custom);
61 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom);
62 setOperationAction(ISD::JumpTable, MVTPtr, Custom);
63 setOperationAction(ISD::BlockAddress, MVTPtr, Custom);
64 setOperationAction(ISD::BRIND, MVT::Other, Custom);
67 // default action for va_start, so we do that custom.
68 setOperationAction(ISD::VASTART, MVT::Other, Custom);
115 setOperationAction(ISD::FrameIndex, MVT::i32, Custom);
116 setOperationAction(ISD::CopyToReg, MVT::Other, Custom);
123 // We have custom switch handling.
124 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
523 // Custom lowering hooks.