Home | History | Annotate | Download | only in Mips

Lines Matching refs:FuncArg

2665   Function::const_arg_iterator FuncArg =
2669 MipsCCInfo.analyzeFormalArguments(Ins, UseSoftFloat, FuncArg);
2678 std::advance(FuncArg, Ins[i].OrigArgIndex - CurArgIdx);
2688 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg,
3375 bool IsSoftFloat, Function::const_arg_iterator FuncArg) {
3383 std::advance(FuncArg, Args[I].OrigArgIndex - CurArgIdx);
3391 MVT RegVT = getRegVT(ArgVT, FuncArg->getType(), nullptr, IsSoftFloat);
3535 SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg,
3569 StorePtr, MachinePointerInfo(FuncArg, Offset),