Searched refs:addFirOperand (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() 715 addFirOperand(charRefTy, resultPosition, Property::CharAddress); in handleImplicitCharacterResult() 716 addFirOperand(lenTy, resultPosition, Property::CharLength); in handleImplicitCharacterResult() 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() 928 addFirOperand(funcType, nextPassedArgPosition(), Property::BaseAddress); in handleImplicitDummy() [all …]
|