Home
last modified time | relevance | path

Searched refs:IncomingArgSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1472 unsigned IncomingArgSizeInBytes = 0; in fastLowerArguments() local
1477 IncomingArgSizeInBytes = std::min(getABI().GetCalleeAllocdArgSizeInBytes(CC), in fastLowerArguments()
1478 IncomingArgSizeInBytes); in fastLowerArguments()
1480 MF->getInfo<MipsFunctionInfo>()->setFormalArgInfo(IncomingArgSizeInBytes, in fastLowerArguments()