HomeSort by relevance Sort by last modified time
    Searched full:binop (Results 226 - 250 of 403) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 77 /* Replace LOAD_CONST c1. LOAD_CONST c2 BINOP
78 with LOAD_CONST binop(c1,c2)
477 LOAD_CONST c1 LOAD_CONST c2 BINOP --> LOAD_CONST binop(c1,c2) */
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 278 // Make sure it's a declared binop.
495 // If this is a binop, find its precedence.
499 // If this is a binop that binds at least as tightly as the current binop,
504 // Okay, we know this is a binop.
505 int BinOp = CurTok;
506 getNextToken(); // eat binop
512 // If BinOp binds less tightly with RHS than the operator after RHS, let
521 LHS = new BinaryExprAST(BinOp, LHS, RHS);
1079 return Builder.CreateCall(F, Ops, "binop");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 297 // Make sure it's a declared binop.
514 // If this is a binop, find its precedence.
518 // If this is a binop that binds at least as tightly as the current binop,
523 // Okay, we know this is a binop.
524 int BinOp = CurTok;
525 getNextToken(); // eat binop
531 // If BinOp binds less tightly with RHS than the operator after RHS, let
540 LHS = new BinaryExprAST(BinOp, LHS, RHS);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 643 BinOpToken BinOp;
644 std::tie(BinOp, RemainingExpr) = parseBinOpToken(RemainingExpr);
647 if (BinOp == BinOpToken::Invalid)
650 // This is a recognized bin-op. Evaluate the RHS, then evaluate the binop.
660 EvalResult ThisResult(computeBinOpResult(BinOp, LHSResult, RHSResult));
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]
  /external/swiftshader/third_party/LLVM/docs/tutorial/
LangImpl3.html 857 // Make sure it's a declared binop.
    [all...]
OCamlLangImpl4.html 700 (* If this is a binop, find its precedence. *)
704 (* If this is a binop that binds at least as tightly as the current binop,
707 (* Eat the binop. *)
713 (* Okay, we know this is a binop. *)
717 (* If BinOp binds less tightly with rhs than the operator after
    [all...]
LangImpl6.html 297 return Builder.CreateCall(F, Ops, "binop");</b>
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 765 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
790 IRStmt* st2 = assign(t2, binop(Iop_Add64, mkexpr(t1), mkU64(n)));
845 ? binop(Iop_Sub32, mkexpr(sp), mkU32(rz_szB))
846 : binop(Iop_Sub64, mkexpr(sp), mkU64(rz_szB)))
854 ? binop(Iop_Sub32, addr, mkexpr(sp_minus_rz))
855 : binop(Iop_Sub64, addr, mkexpr(sp_minus_rz)))
863 ? binop(Iop_CmpLT32U, mkU32(THRESH), mkexpr(diff))
864 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff)))
1019 #undef binop macro
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 712 (* If this is a binop, find its precedence. *)
716 (* If this is a binop that binds at least as tightly as the current binop,
719 (* Eat the binop. *)
725 (* Okay, we know this is a binop. *)
729 (* If BinOp binds less tightly with rhs than the operator after
    [all...]
OCamlLangImpl4.rst 615 (* If this is a binop, find its precedence. *)
619 (* If this is a binop that binds at least as tightly as the current binop,
622 (* Eat the binop. *)
628 (* Okay, we know this is a binop. *)
632 (* If BinOp binds less tightly with rhs than the operator after
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 321 static const Value *getNegArgument(const Value *BinOp);
322 static Value *getNegArgument( Value *BinOp);
323 static const Value *getFNegArgument(const Value *BinOp);
324 static Value *getFNegArgument( Value *BinOp);
325 static const Value *getNotArgument(const Value *BinOp);
326 static Value *getNotArgument( Value *BinOp);
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 205 } BinOp;
452 #define BinOp(a0, a1, a2, a3, a4, a5) _Py_BinOp(a0, a1, a2, a3, a4, a5)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 205 } BinOp;
452 #define BinOp(a0, a1, a2, a3, a4, a5) _Py_BinOp(a0, a1, a2, a3, a4, a5)
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 205 } BinOp;
452 #define BinOp(a0, a1, a2, a3, a4, a5) _Py_BinOp(a0, a1, a2, a3, a4, a5)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 205 } BinOp;
452 #define BinOp(a0, a1, a2, a3, a4, a5) _Py_BinOp(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 205 } BinOp;
452 #define BinOp(a0, a1, a2, a3, a4, a5) _Py_BinOp(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 205 } BinOp;
452 #define BinOp(a0, a1, a2, a3, a4, a5) _Py_BinOp(a0, a1, a2, a3, a4, a5)
  /art/runtime/interpreter/mterp/out/
mterp_x86_64.S     [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 169 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp,
183 assert(BinOp >= Instruction::BinaryOpsBegin &&
184 BinOp < Instruction::BinaryOpsEnd && "Binary operators only!");
192 if (BinOp != Instruction::Add)
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
unparse.py 108 self.write(" "+self.binop[t.op.__class__.__name__]+"= ")
440 binop = { "Add":"+", "Sub":"-", "Mult":"*", "Div":"/", "Mod":"%", variable in class:Unparser
446 self.write(" " + self.binop[t.op.__class__.__name__] + " ")
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]

Completed in 1594 milliseconds

1 2 3 4 5 6 7 8 91011>>