Searched refs:getInRegsParamsCount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h359 unsigned getInRegsParamsCount() const { return ByValRegs.size(); } function in class:llvm::CCState
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1484 unsigned ByValArgsCount = CCInfo.getInRegsParamsCount();
1763 for (unsigned i = 0, e = State->getInRegsParamsCount(); i != e; ++i) {
2637 if (InRegsParamRecordIdx < CCInfo.getInRegsParamsCount()) {
2687 if (InRegsParamRecordIdx < CCInfo.getInRegsParamsCount()) {
2758 StoreByValRegs(CCInfo, DAG, dl, Chain, 0, CCInfo.getInRegsParamsCount(),

Completed in 132 milliseconds