/external/libbrillo/brillo/dbus/ |
D | dbus_method_invoker.h | 256 template <typename... OutArgs> 258 const base::Callback<void(OutArgs...)>& success_callback, in TranslateSuccessResponse() 261 auto callback = [&success_callback](const OutArgs&... params) { in TranslateSuccessResponse() 268 if (!DBusParamReader<false, OutArgs...>::Invoke(callback, &reader, &error) && in TranslateSuccessResponse() 284 template <typename... InArgs, typename... OutArgs> 290 const base::Callback<void(OutArgs...)>& success_callback, in CallMethodWithTimeout() 300 &TranslateSuccessResponse<OutArgs...>, success_callback, error_callback); in CallMethodWithTimeout() 308 template <typename... InArgs, typename... OutArgs> 312 const base::Callback<void(OutArgs...)>& success_callback, in CallMethod()
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop.go | 271 {{- if eq (len .OutArgs) 1 }} 275 {{- range .OutArgs}} 304 {{if .OutArgs -}} 305 ({{range $i,$a := .OutArgs}}{{if $i}}, {{end}}{{Identifier $a.RenameTo}} {{if $a.IsListArg}}[]{{end… 331 {{- if .OutArgs}} 339 {{- range $i, $a := .OutArgs}} 349 return {{range $i, $a := .OutArgs}}{{if $i}}, {{end}}{{Identifier .RenameTo}}{{end}} 352 return {{range $i, $a := .OutArgs}}{{if $i}}, {{end}}op.Output({{$i}}){{end}} 398 OutArgs []*argWrapper member 413 ret.OutArgs = append(ret.OutArgs, &argCombined) [all …]
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64CallLowering.h | 53 SmallVectorImpl<ArgInfo> &OutArgs) const; 70 SmallVectorImpl<ArgInfo> &OutArgs) const; 79 SmallVectorImpl<ArgInfo> &OutArgs) const;
|
D | AArch64CallLowering.cpp | 588 SmallVectorImpl<ArgInfo> &OutArgs) const { in areCalleeOutgoingArgsTailCallable() 590 if (OutArgs.empty()) in areCalleeOutgoingArgsTailCallable() 606 if (!analyzeArgInfo(OutInfo, OutArgs, *AssignFnFixed, *AssignFnVarArg)) { in areCalleeOutgoingArgsTailCallable() 654 ArgInfo &OutInfo = OutArgs[i]; in areCalleeOutgoingArgsTailCallable() 688 SmallVectorImpl<ArgInfo> &OutArgs) const { in isEligibleForTailCallOptimization() 779 if (!areCalleeOutgoingArgsTailCallable(Info, MF, OutArgs)) in isEligibleForTailCallOptimization() 805 SmallVectorImpl<ArgInfo> &OutArgs) const { in lowerTailCall() 869 analyzeArgInfo(OutInfo, OutArgs, *AssignFnFixed, *AssignFnVarArg); in lowerTailCall() 893 if (!handleAssignments(MIRBuilder, OutArgs, Handler)) in lowerTailCall() 953 SmallVector<ArgInfo, 8> OutArgs; in lowerCall() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.h | 51 SmallVectorImpl<ArgInfo> &OutArgs) const; 68 SmallVectorImpl<ArgInfo> &OutArgs) const; 77 SmallVectorImpl<ArgInfo> &OutArgs) const;
|
D | AArch64CallLowering.cpp | 563 SmallVectorImpl<ArgInfo> &OutArgs) const { in areCalleeOutgoingArgsTailCallable() 565 if (OutArgs.empty()) in areCalleeOutgoingArgsTailCallable() 581 if (!analyzeArgInfo(OutInfo, OutArgs, *AssignFnFixed, *AssignFnVarArg)) { in areCalleeOutgoingArgsTailCallable() 629 ArgInfo &OutInfo = OutArgs[i]; in areCalleeOutgoingArgsTailCallable() 663 SmallVectorImpl<ArgInfo> &OutArgs) const { in isEligibleForTailCallOptimization() 754 if (!areCalleeOutgoingArgsTailCallable(Info, MF, OutArgs)) in isEligibleForTailCallOptimization() 780 SmallVectorImpl<ArgInfo> &OutArgs) const { in lowerTailCall() 844 analyzeArgInfo(OutInfo, OutArgs, *AssignFnFixed, *AssignFnVarArg); in lowerTailCall() 869 if (!handleAssignments(MIRBuilder, OutArgs, Handler)) in lowerTailCall() 929 SmallVector<ArgInfo, 8> OutArgs; in lowerCall() local [all …]
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 249 SmallVector<Argument *, 4> OutArgs; in runOnFunction() local 254 OutArgs.push_back(&Arg); in runOnFunction() 258 if (OutArgs.empty()) in runOnFunction() 286 for (Argument *OutArg : OutArgs) { in runOnFunction()
|
D | AMDGPUCallLowering.cpp | 1161 SmallVector<ArgInfo, 8> OutArgs; in lowerCall() local 1166 MIRBuilder, OrigArg, OutArgs, DL, Info.CallConv, true, in lowerCall() 1226 if (!handleAssignments(CCInfo, ArgLocs, MIRBuilder, OutArgs, Handler)) in lowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 249 SmallVector<Argument *, 4> OutArgs; in runOnFunction() local 254 OutArgs.push_back(&Arg); in runOnFunction() 258 if (OutArgs.empty()) in runOnFunction() 286 for (Argument *OutArg : OutArgs) { in runOnFunction()
|