Searched refs:nextPassedArgPosition (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CallInterface.cpp | 629 addFirOperand(tupTy, nextPassedArgPosition(), Property::BaseAddress, in appendHostAssocTupleArg() 750 addFirOperand(boxCharTy, nextPassedArgPosition(), Property::BoxChar, in handleImplicitDummy() 760 addFirOperand(refType, nextPassedArgPosition(), Property::BaseAddress, in handleImplicitDummy() 861 addFirOperand(boxRefType, nextPassedArgPosition(), Property::MutableBox, in handleExplicitDummy() 868 addFirOperand(boxType, nextPassedArgPosition(), Property::Box, attrs); in handleExplicitDummy() 875 addFirOperand(boxCharTy, nextPassedArgPosition(), Property::BoxChar, in handleExplicitDummy() 894 addFirOperand(passType, nextPassedArgPosition(), prop, attrs); in handleExplicitDummy() 921 addFirOperand(tupleType, nextPassedArgPosition(), Property::CharProcTuple, in handleImplicitDummy() 928 addFirOperand(funcType, nextPassedArgPosition(), Property::BaseAddress); in handleImplicitDummy() 1009 int nextPassedArgPosition() { return interface.passedArguments.size(); } in nextPassedArgPosition() function in Fortran::lower::CallInterfaceImpl
|