Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Mips/
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()
DMipsISelLowering.h567 const Argument *FuncArg, unsigned FirstReg,
DMipsISelLowering.cpp3626 Function::const_arg_iterator FuncArg = Func.arg_begin(); in LowerFormalArguments() local
3642 std::advance(FuncArg, Ins[i].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments()
3658 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg, in LowerFormalArguments()
4320 SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, in copyByValRegs() argument
4364 StorePtr, MachinePointerInfo(FuncArg, Offset)); in copyByValRegs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
DMipsISelLowering.h581 const Argument *FuncArg, unsigned FirstReg,
DMipsISelLowering.cpp3610 Function::const_arg_iterator FuncArg = Func.arg_begin(); in LowerFormalArguments() local
3626 std::advance(FuncArg, Ins[i].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments()
3642 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg, in LowerFormalArguments()
4306 SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, in copyByValRegs() argument
4350 StorePtr, MachinePointerInfo(FuncArg, Offset)); in copyByValRegs()
/external/llvm/lib/Target/Mips/
DMipsCCState.cpp118 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin(); in PreAnalyzeFormalArgumentsForF128() local
130 std::advance(FuncArg, Ins[i].getOrigArgIndex()); in PreAnalyzeFormalArgumentsForF128()
133 originalTypeIsF128(FuncArg->getType(), nullptr)); in PreAnalyzeFormalArgumentsForF128()
134 OriginalArgWasFloat.push_back(FuncArg->getType()->isFloatingPointTy()); in PreAnalyzeFormalArgumentsForF128()
DMipsISelLowering.h468 const Argument *FuncArg, unsigned FirstReg,
DMipsISelLowering.cpp3040 Function::const_arg_iterator FuncArg = Func->arg_begin(); in LowerFormalArguments() local
3056 std::advance(FuncArg, Ins[i].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments()
3072 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg, in LowerFormalArguments()
3723 SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, in copyByValRegs() argument
3762 StorePtr, MachinePointerInfo(FuncArg, Offset), in copyByValRegs()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp50 Thread->sampleFunc(Thread->FuncArg); in handleSidelineSignal()
110 FuncArg = Arg; in launchThread()
Desan_sideline.h53 void *FuncArg; variable
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3196 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin(); in LowerFormalArguments_64SVR4() local
3207 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_64SVR4()
3288 MachinePointerInfo(&*FuncArg), ObjType, in LowerFormalArguments_64SVR4()
3296 MachinePointerInfo(&*FuncArg), false, false, 0); in LowerFormalArguments_64SVR4()
3325 MachinePointerInfo(&*FuncArg, j), false, false, 0); in LowerFormalArguments_64SVR4()
3642 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin(); in LowerFormalArguments_Darwin() local
3652 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_Darwin()
3699 MachinePointerInfo(&*FuncArg), in LowerFormalArguments_Darwin()
3724 MachinePointerInfo(&*FuncArg, j), false, false, 0); in LowerFormalArguments_Darwin()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3807 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in LowerFormalArguments_64SVR4() local
3818 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_64SVR4()
3900 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()
3906 MachinePointerInfo(&*FuncArg)); in LowerFormalArguments_64SVR4()
3935 MachinePointerInfo(&*FuncArg, j)); in LowerFormalArguments_64SVR4()
4251 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in LowerFormalArguments_Darwin() local
4261 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_Darwin()
4309 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_Darwin()
4332 MachinePointerInfo(&*FuncArg, j)); in LowerFormalArguments_Darwin()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4051 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in LowerFormalArguments_64SVR4() local
4062 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_64SVR4()
4146 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()
4152 MachinePointerInfo(&*FuncArg)); in LowerFormalArguments_64SVR4()
4181 MachinePointerInfo(&*FuncArg, j)); in LowerFormalArguments_64SVR4()
4470 Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin(); in LowerFormalArguments_Darwin() local
4480 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments_Darwin()
4528 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_Darwin()
4551 MachinePointerInfo(&*FuncArg, j)); in LowerFormalArguments_Darwin()