Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Actual

1373 /// with actual values specified by ArgMap.
1444 // Resolve formal arguments to their actual value.
1446 // Compute the map of formal to actual arguments.
1684 unsigned Actual) {
1685 TP.error("Instruction '" + InstName + "' was provided " + Twine(Actual) +
1691 unsigned Actual) {
1693 "' expects more than the provided " + Twine(Actual) + " operands!");
3486 // what actual MVT is used. This is actually a bug in our modelling: