Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.cpp136 TargetLowering::ArgListEntry FuncArg = FuncArgs[Outs[i].OrigArgIndex]; in PreAnalyzeCallOperands() local
138 OriginalArgWasF128.push_back(originalTypeIsF128(FuncArg.Ty, Func)); in PreAnalyzeCallOperands()
139 OriginalArgWasFloat.push_back(FuncArg.Ty->isFloatingPointTy()); in PreAnalyzeCallOperands()
140 OriginalArgWasFloatVector.push_back(FuncArg.Ty->isVectorTy()); in PreAnalyzeCallOperands()
151 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in PreAnalyzeFormalArgumentsForF128() local
164 std::advance(FuncArg, Ins[i].getOrigArgIndex()); in PreAnalyzeFormalArgumentsForF128()
167 originalTypeIsF128(FuncArg->getType(), nullptr)); in PreAnalyzeFormalArgumentsForF128()
168 OriginalArgWasFloat.push_back(FuncArg->getType()->isFloatingPointTy()); in PreAnalyzeFormalArgumentsForF128()
173 OriginalArgWasFloatVector.push_back(FuncArg->getType()->isVectorTy()); in PreAnalyzeFormalArgumentsForF128()
H A DMipsISelLowering.h567 const Argument *FuncArg, unsigned FirstReg,
H A DMipsISelLowering.cpp3624 Function::const_arg_iterator FuncArg = Func.arg_begin(); in LowerFormalArguments() local
3640 std::advance(FuncArg, Ins[i].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments()
3656 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg, in LowerFormalArguments()
4318 SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, in copyByValRegs() argument
4362 StorePtr, MachinePointerInfo(FuncArg, Offset)); in copyByValRegs()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4269 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in LowerFormalArguments_64SVR4() local
4280 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_64SVR4()
4364 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()
4370 MachinePointerInfo(&*FuncArg)); in LowerFormalArguments_64SVR4()
4399 MachinePointerInfo(&*FuncArg, j)); in LowerFormalArguments_64SVR4()