Lines Matching refs:setOperationAction
116 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
117 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
118 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
122 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
123 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
124 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
125 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering()
129 setOperationAction(ISD::ConstantFP, T, Legal); in WebAssemblyTargetLowering()
137 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
142 setOperationAction(Op, T, Legal); in WebAssemblyTargetLowering()
144 setOperationAction(ISD::FMINNAN, T, Legal); in WebAssemblyTargetLowering()
145 setOperationAction(ISD::FMAXNAN, T, Legal); in WebAssemblyTargetLowering()
155 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
162 setOperationAction(ISD::SIGN_EXTEND_INREG, T, Expand); in WebAssemblyTargetLowering()
165 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in WebAssemblyTargetLowering()
166 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in WebAssemblyTargetLowering()
167 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand); in WebAssemblyTargetLowering()
169 setOperationAction(ISD::FrameIndex, MVT::i32, Custom); in WebAssemblyTargetLowering()
174 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
177 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
190 setOperationAction(ISD::TRAP, MVT::Other, Legal); in WebAssemblyTargetLowering()