Lines Matching refs:LowerCall
6425 /// implementation, which just calls LowerCall.
6427 /// migrated to using LowerCall, this hook should be integrated into SDISel.
6545 CLI.Chain = LowerCall(CLI, InVals);
6547 // Verify that the target's LowerCall behaved as expected.
6549 "LowerCall didn't return a valid chain!");
6551 "LowerCall emitted a return value for a tail call!");
6553 "LowerCall didn't emit the correct number of values!");
6566 "LowerCall emitted a null value!");
6568 "LowerCall emitted a value with the wrong type!");