HomeSort by relevance Sort by last modified time
    Searched refs:hasByvalArg (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 51 bool HasByvalArg;
80 bool hasByvalArg() const { return HasByvalArg; }
83 HasByvalArg = HasByval;
MipsSEISelLowering.cpp 542 if (MipsCCInfo.hasByValArg() || FI.hasByvalArg())

Completed in 24 milliseconds