Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LowerFormalArguments

6663   SDValue NewRoot = TLI.LowerFormalArguments(DAG.getRoot(), F.getCallingConv(),
6667 // Verify that the target's LowerFormalArguments behaved as expected.
6669 "LowerFormalArguments didn't return a valid chain!");
6671 "LowerFormalArguments didn't emit the correct number of values!");
6675 "LowerFormalArguments emitted a null value!");
6677 "LowerFormalArguments emitted a value with the wrong type!");