Lines Matching refs:setOperationAction
60 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
61 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
62 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
63 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
64 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
68 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
69 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
70 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
71 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering()
75 setOperationAction(ISD::ConstantFP, T, Legal); in WebAssemblyTargetLowering()
83 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
88 setOperationAction(Op, T, Legal); in WebAssemblyTargetLowering()
90 setOperationAction(ISD::FMINNAN, T, Legal); in WebAssemblyTargetLowering()
91 setOperationAction(ISD::FMAXNAN, T, Legal); in WebAssemblyTargetLowering()
101 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
108 setOperationAction(ISD::SIGN_EXTEND_INREG, T, Expand); in WebAssemblyTargetLowering()
111 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in WebAssemblyTargetLowering()
112 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in WebAssemblyTargetLowering()
113 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand); in WebAssemblyTargetLowering()
115 setOperationAction(ISD::FrameIndex, MVT::i32, Custom); in WebAssemblyTargetLowering()
116 setOperationAction(ISD::CopyToReg, MVT::Other, Custom); in WebAssemblyTargetLowering()
121 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
124 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
137 setOperationAction(ISD::TRAP, MVT::Other, Legal); in WebAssemblyTargetLowering()