Searched defs:FuncArg (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2665 Function::const_arg_iterator FuncArg = local
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),
3374 analyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Args, bool IsSoftFloat, Function::const_arg_iterator FuncArg) argument
3533 copyByValRegs(SDValue Chain, SDLoc DL, std::vector<SDValue> &OutChains, SelectionDAG &DAG, const ISD::ArgFlagsTy &Flags, SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, const MipsCC &CC, const ByValArgInfo &ByVal) const argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2481 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin(); local
2490 std::advance(FuncArg, Ins[ArgNo].OrigArgIndex - CurArgIdx);
2541 MachinePointerInfo(FuncArg),
2553 MachinePointerInfo(FuncArg),
2576 MachinePointerInfo(FuncArg, j),
2811 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin(); local
2820 std::advance(FuncArg, Ins[ArgNo].OrigArgIndex - CurArgIdx);
2865 MachinePointerInfo(FuncArg),
2889 MachinePointerInfo(FuncArg, j),

Completed in 176 milliseconds