reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
894 fail(DL, DAG, "WebAssembly doesn't support non-C calling conventions"); 896 MachineFunction &MF = DAG.getMachineFunction(); 905 fail(DL, DAG, "WebAssembly hasn't implemented inalloca arguments"); 907 fail(DL, DAG, "WebAssembly hasn't implemented nest arguments"); 909 fail(DL, DAG, "WebAssembly hasn't implemented cons regs arguments"); 911 fail(DL, DAG, "WebAssembly hasn't implemented cons regs last arguments"); 914 InVals.push_back(In.Used ? DAG.getNode(WebAssemblyISD::ARGUMENT, DL, In.VT, 915 DAG.getTargetConstant(InVals.size(), 917 : DAG.getUNDEF(In.VT)); 930 Chain = DAG.getCopyToReg( 932 DAG.getNode(WebAssemblyISD::ARGUMENT, DL, PtrVT, 933 DAG.getTargetConstant(Ins.size(), DL, MVT::i32))); 941 DAG.getTarget(), Params, Results);