HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 651 - 675 of 1666) sorted by null

<<21222324252627282930>>

  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 278 std::vector<std::unique_ptr<ExprAST>> Args;
282 std::vector<std::unique_ptr<ExprAST>> Args)
283 : ExprAST(Loc), Callee(Callee), Args(std::move(Args)) {}
287 for (const auto &Arg : Args)
359 std::vector<std::string> Args;
366 std::vector<std::string> Args, bool IsOperator = false,
368 : Name(Name), Args(std::move(Args)), IsOperator(IsOperator),
373 bool isUnaryOp() const { return IsOperator && Args.size() == 1;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 180 std::vector<ExprAST*> Args;
182 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
183 : Callee(callee), Args(args) {}
223 std::vector<std::string> Args;
227 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
229 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
231 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
232 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 199 std::vector<ExprAST*> Args;
201 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
202 : Callee(callee), Args(args) {}
242 std::vector<std::string> Args;
246 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
248 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
250 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
251 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 278 std::vector<std::unique_ptr<ExprAST>> Args;
282 std::vector<std::unique_ptr<ExprAST>> Args)
283 : ExprAST(Loc), Callee(Callee), Args(std::move(Args)) {}
287 for (const auto &Arg : Args)
359 std::vector<std::string> Args;
366 std::vector<std::string> Args, bool IsOperator = false,
368 : Name(Name), Args(std::move(Args)), IsOperator(IsOperator),
373 bool isUnaryOp() const { return IsOperator && Args.size() == 1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 180 std::vector<ExprAST*> Args;
182 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
183 : Callee(callee), Args(args) {}
223 std::vector<std::string> Args;
227 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
229 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
231 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
232 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 199 std::vector<ExprAST*> Args;
201 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
202 : Callee(callee), Args(args) {}
242 std::vector<std::string> Args;
246 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
248 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
250 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
251 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 3956 Expr *args[] = { SrcExpr }; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
OptTable.cpp 324 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index,
328 const char *Str = Args.getArgString(Index);
367 if (Arg *A = Opt.accept(Args, Index, ArgSize))
388 InputArgList Args(ArgArr.begin(), ArgArr.end());
390 // FIXME: Handle '@' args (or at least error on them).
396 if (Args.getArgString(Index) == nullptr) {
401 StringRef Str = Args.getArgString(Index);
408 Arg *A = ParseOneArg(Args, Index, FlagsToInclude, FlagsToExclude);
420 Args.append(A);
423 return Args;
    [all...]
  /external/tensorflow/tensorflow/python/ops/
init_ops.py 21 Args:
61 Args:
90 Args:
160 Args:
262 Args:
304 Args:
352 Args:
411 Args:
477 Args:
575 Args
    [all...]
init_ops_v2.py 21 Args:
54 Args:
81 Args:
108 Args:
139 Args:
200 Args:
222 Args:
241 Args:
267 Args:
286 Args
    [all...]
  /build/soong/java/
java_test.go 266 if !strings.Contains(javac.Args["classpath"], barTurbine) {
267 t.Errorf("foo classpath %v does not contain %q", javac.Args["classpath"], barTurbine)
270 if !strings.Contains(javac.Args["classpath"], bazTurbine) {
271 t.Errorf("foo classpath %v does not contain %q", javac.Args["classpath"], bazTurbine)
357 if !strings.Contains(javac.Args["classpath"], barJar.String()) {
358 t.Errorf("foo classpath %v does not contain %q", javac.Args["classpath"], barJar.String())
418 if !strings.Contains(javac.Args["classpath"], barTurbine) {
419 t.Errorf("foo classpath %v does not contain %q", javac.Args["classpath"], barTurbine)
448 args string
454 args: "-C java-res -f java-res/a/a -f java-res/b/b"
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c 260 @param Args Va_list info.
269 IN VA_LIST Args,
281 Key = VA_ARG (Args, EFI_INPUT_KEY *);
816 VA_LIST Args;
823 VA_START (Args, Modifier);
824 Status = BmInitializeKeyFields (Modifier, Args, &KeyOption);
825 VA_END (Args);
973 VA_LIST Args;
1000 VA_START (Args, Modifier);
1001 Status = BmInitializeKeyFields (Modifier, Args, &KeyOption);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 465 unsigned getOperandsScalarizationOverhead(ArrayRef<const Value *> Args,
469 for (const Value *A : Args) {
488 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
494 if (!Args.empty())
495 Cost += getOperandsScalarizationOverhead(Args,
513 ArrayRef<const Value *> Args = ArrayRef<const Value *>()) {
547 return getScalarizationOverhead(Ty, Args) + Num * Cost;
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 306 CallArgList &args) {
308 CGF.CGM.getTypes().arrangeBuiltinFunctionCall(resultType, args);
311 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
637 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args,
653 Args.add(RValue::get(Val), ValTy);
656 Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
1749 CallArgList args; local
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 455 const TemplateArgument *Args,
459 switch (Args[i].getKind()) {
470 ArgInfos[i] = TemplateArgumentLocInfo(Args[i].getAsExpr());
475 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
482 TemplateName Template = Args[i].getAsTemplateOrTemplatePattern();
490 Args[i].getKind() == TemplateArgument::Template ? SourceLocation()
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 172 const Diag::Arg *Args) {
178 const Diag::Arg &A = Args[*++Msg - '0'];
248 const Diag::Arg *Args) {
313 RenderText(&Buffer, InRange->getText(), Args);
356 RenderText(&Buffer, Message, Args);
362 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args);
  /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DynamicSymmetry.h 33 template<typename Op, typename RV, typename Index, std::size_t N, typename... Args>
34 inline RV apply(const std::array<Index, N>& idx, RV initial, Args&&... args) const
38 initial = Op::run(h_permute(i, idx, typename internal::gen_numeric_list<int, N>::type()), m_elements[i].flags, initial, std::forward<Args>(args)...);
42 template<typename Op, typename RV, typename Index, typename... Args>
43 inline RV apply(const std::vector<Index>& idx, RV initial, Args&&... args) const
47 initial = Op::run(h_permute(i, idx), m_elements[i].flags, initial, std::forward<Args>(args)...)
    [all...]
  /external/libcxx/src/filesystem/
filesystem_common.h 62 va_list args; local
63 va_start(args, msg);
64 GuardVAList args_guard(args);
67 va_copy(args_cp, args);
91 ret = ::vsnprintf(&result[0], size_with_null, msg, args);
105 template <class... Args>
106 string format_string(const char* fmt, Args const&... args) {
107 return format_string_imp(fmt, unwrap(args)...);
167 template <class... Args>
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 292 Value *Args[] = { OldEnd->getArgOperand(0), NewPhi };
293 Ret = CallInst::Create(ElseBreak, Args, "", OldEnd);
312 Value *Args[] = { Cond, Broken };
313 return CallInst::Create(IfBreak, Args, "", Insert);
317 Value *Args[] = { Cond, Broken };
318 return CallInst::Create(IfBreak, Args, "", Term);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 285 Value *Args[] = { OldEnd->getArgOperand(0), NewPhi };
286 Ret = CallInst::Create(ElseBreak, Args, "", OldEnd);
309 Value *Args[] = { Cond, Broken };
310 return CallInst::Create(IfBreak, Args, "", Insert);
318 Value *Args[] = { Cond, Broken };
319 return CallInst::Create(IfBreak, Args, "", Insert);
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 88 Args:
95 def __call__(self, getter, name, trainable, collections, *args, **kwargs):
102 *args,
110 *args,
118 *args,
136 return getter(name, *args, **kwargs)
138 return getter(name, *args, **kwargs)
168 Args:
229 Args:
273 Args
    [all...]
  /build/soong/apex/
apex_test.go 314 optFlags := apexRule.Args["opt_flags"]
319 copyCmds := apexRule.Args["copy_commands"]
396 copyCmds := zipApexRule.Args["copy_commands"]
465 copyCmds := apexRule.Args["copy_commands"]
476 mylibLdFlags := ctx.ModuleForTests("mylib", "android_arm64_armv8-a_core_shared_myapex").Rule("ld").Args["libFlags"]
489 mylib2Cflags := ctx.ModuleForTests("mylib2", "android_arm64_armv8-a_core_static_myapex").Rule("cc").Args["cFlags"]
493 ensureContains(t, "--apex", ctx.ModuleForTests("mylib2", "android_arm64_armv8-a_core_static_3_myapex").Rule("genStubSrc").Args["flags"])
539 copyCmds := apexRule.Args["copy_commands"]
550 mylibLdFlags := ctx.ModuleForTests("mylib", "android_arm64_armv8-a_core_shared_myapex").Rule("ld").Args["libFlags"]
557 libFooStubsLdFlags := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_core_shared_10_myapex").Rule("ld").Args["libFlags"
    [all...]
  /external/bcc/src/cc/vendor/
tinyformat.hpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 45 STATISTIC(NumArgumentsEliminated, "Number of unread args removed");
48 "Number of unread args replaced with undef");
158 std::vector<Value*> Args;
166 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
186 Args, OpBundles, "", Call);
190 New = CallInst::Create(NF, Args, OpBundles, "", Call);
198 Args.clear();
272 for (Argument &Arg : Fn.args()) {
287 // Now go through all unused args and replace them with "undef".
466 // Functions with inalloca parameters are expecting args in a particula
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 40 STATISTIC(NumArgumentsEliminated, "Number of unread args removed");
43 "Number of unread args replaced with undef");
225 std::vector<Value*> Args;
231 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
247 Args, "", Call);
251 New = CallInst::Create(NF, Args, "", Call);
259 Args.clear();
327 // Now go through all unused args and replace them with "undef".
554 DEBUG(dbgs() << "DAE - Inspecting args for fn: " << F.getName() << "\n");
778 std::vector<Value*> Args;
    [all...]

Completed in 1963 milliseconds

<<21222324252627282930>>