Home
last modified time | relevance | path

Searched refs:FuncArg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp146 TargetLowering::ArgListEntry FuncArg = FuncArgs[Outs[i].OrigArgIndex]; in PreAnalyzeCallOperands() local
148 OriginalArgWasF128.push_back(originalTypeIsF128(FuncArg.Ty, Func)); in PreAnalyzeCallOperands()
149 OriginalArgWasFloat.push_back(FuncArg.Ty->isFloatingPointTy()); in PreAnalyzeCallOperands()
150 OriginalArgWasFloatVector.push_back(FuncArg.Ty->isVectorTy()); in PreAnalyzeCallOperands()
182 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in PreAnalyzeFormalArgumentsForF128() local
195 std::advance(FuncArg, Ins[i].getOrigArgIndex()); in PreAnalyzeFormalArgumentsForF128()
198 originalTypeIsF128(FuncArg->getType(), nullptr)); in PreAnalyzeFormalArgumentsForF128()
199 OriginalArgWasFloat.push_back(FuncArg->getType()->isFloatingPointTy()); in PreAnalyzeFormalArgumentsForF128()
204 OriginalArgWasFloatVector.push_back(FuncArg->getType()->isVectorTy()); in PreAnalyzeFormalArgumentsForF128()
H A DMipsISelLowering.h610 const Argument *FuncArg, unsigned FirstReg,
H A DMipsISelLowering.cpp3823 Function::const_arg_iterator FuncArg = Func.arg_begin(); in LowerFormalArguments() local
3839 std::advance(FuncArg, Ins[InsIdx].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments()
3855 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg, in LowerFormalArguments()
4540 SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, in copyByValRegs() argument
4584 StorePtr, MachinePointerInfo(FuncArg, Offset)); in copyByValRegs()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1785 Value *FuncArg = nullptr, *CallArg = nullptr; in simplifyCmpInstForRecCall() local
1788 FuncArg = F.getArg(ArgNum); in simplifyCmpInstForRecCall()
1790 if (FuncArg == CmpOp && CallArg != CmpOp) { in simplifyCmpInstForRecCall()
1804 CC.AffectedValues.insert(FuncArg); in simplifyCmpInstForRecCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4571 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in LowerFormalArguments_64SVR4() local
4582 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_64SVR4()
4663 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()
4693 MachinePointerInfo(&*FuncArg, j), ObjType); in LowerFormalArguments_64SVR4()