HomeSort by: relevance | last modified time | path
    Searched refs:getInRegsParamsCount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h 454 unsigned getInRegsParamsCount() const { return ByValRegs.size(); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 3267 assert(ByValIdx < CCInfo.getInRegsParamsCount());
3632 CCInfo.getInRegsParamsCount() > 0);
3655 assert(ByValIdx < CCInfo.getInRegsParamsCount());
MipsSEISelLowering.cpp 1154 if (CCInfo.getInRegsParamsCount() > 0 || FI.hasByvalArg())
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2406 unsigned ByValArgsCount = CCInfo.getInRegsParamsCount();
4158 if (InRegsParamRecordIdx < CCInfo.getInRegsParamsCount()) {
4206 CCInfo.getInRegsParamsCount(),
4280 if (CCInfo.getInRegsParamsProcessed() >= CCInfo.getInRegsParamsCount())

Completed in 35 milliseconds