| /external/llvm/bindings/ocaml/llvm/ |
| llvm.ml | 160 | Add 248 | Add [all...] |
| /external/llvm/lib/Analysis/ |
| ScalarEvolution.cpp | [all...] |
| ScalarEvolutionExpander.cpp | 295 /// SimplifyAddOperands - Sort and simplify a list of add operands. NumAddRecs 312 // If it returned an add, use the operands. Otherwise it simplified 315 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Sum)) 316 Ops.append(Add->op_begin(), Add->op_end()); 323 /// SplitAddRecs - Flatten a list of add operands, moving addrec start values 342 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) { 344 Ops.append(Add->op_begin(), Add->op_end()); 345 e += Add->getNumOperands() [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineAndOrXor.cpp | 190 case Instruction::Add: 200 // ADD down to exactly one bit. If the constant we are adding has 201 // no bits set below this bit, then we can eliminate the ADD. 208 // the XOR is to toggle the bit. If it is clear, then the ADD has 309 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); 311 return Builder->CreateICmpULT(Add, UpperBound); 328 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); 330 return Builder->CreateICmpUGT(Add, LowerBound); [all...] |
| /external/pdfium/fpdfsdk/pwl/ |
| cpwl_edit_impl.cpp | 189 Add(lineRect.m_rcLine); 192 Add(lineRect.m_rcLine); 203 void CPWL_EditImpl_Refresh::Add(const CFX_FloatRect& new_rect) { [all...] |
| /external/protobuf/src/google/protobuf/ |
| repeated_field.h | 105 // set-by-index, and add accessors that are generated for all repeated fields. 124 void Add(const Element& value); 125 Element* Add(); 156 // any add or remove operation. 240 // empty (common case), and add only an 8-byte header to the elements array 410 typename TypeHandler::Type* Add(typename TypeHandler::Type* prototype = NULL); 447 // Like Add(), but if there are no cleared objects to use, returns NULL. 745 Element* Add(); 768 // any add or remove operation. 838 // Add an already-allocated object, passing ownership to th [all...] |
| /external/python/cpython2/Include/ |
| Python-ast.h | 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
|
| /external/swiftshader/third_party/LLVM/include/llvm/ |
| Instructions.h | 570 Add, [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
| ARMDisassembler.cpp | 382 // Add a fake predicate operand, because we share these instruction 393 // Add a fake predicate operand, because we share these instruction 404 // Add a fake predicate operand, because we share these instruction 421 /// tryAddingSymbolicOperand - trys to add a symbolic operand in place of the 475 const MCExpr *Add = NULL; 480 Add = MCSymbolRefExpr::Create(Sym, *Ctx); 482 Add = MCConstantExpr::Create(SymbolicOp.AddSymbol.Value, *Ctx); 504 if (Add) 505 LHS = MCBinaryExpr::CreateSub(Add, Sub, *Ctx); 512 } else if (Add) { 1867 unsigned add = fieldFromInstruction32(Val, 12, 1); local 3076 unsigned add = fieldFromInstruction32(Insn, 4, 1); local [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
| InstCombineAndOrXor.cpp | 23 /// AddOne - Add one to a ConstantInt. 234 case Instruction::Add: 244 // ADD down to exactly one bit. If the constant we are adding has 245 // no bits set below this bit, then we can eliminate the ADD. 252 // the XOR is to toggle the bit. If it is clear, then the ADD has 357 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); 359 return Builder->CreateICmpULT(Add, UpperBound); 376 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); 378 return Builder->CreateICmpUGT(Add, LowerBound); [all...] |
| InstCombineCompares.cpp | 30 /// AddOne - Add one to a ConstantInt [all...] |
| /external/swiftshader/third_party/subzero/src/ |
| IceCfg.cpp | 391 // Iterate over the newly added nodes to add their liveness info. 439 // Add to the end of the Placed list. [all...] |
| IceInstARM32.h | 382 Add, 743 /// Create an ordinary binary-op instruction like add, and sub. Dest and Src1 [all...] |
| IceInstMIPS32.h | 190 Add, 497 /// Create an ordinary binary-op instruction like add, and sub. Dest and Src1 546 /// Create an ordinary binary-op instruction like add, and sub. Dest and Src1 [all...] |
| /external/v8/src/arm64/ |
| macro-assembler-arm64-inl.h | 151 void MacroAssembler::Add(const Register& rd, 159 AddSubMacro(rd, rn, operand, LeaveFlags, ADD); 171 AddSubMacro(rd, rn, operand, SetFlags, ADD); 182 AddSubMacro(rd, rn, -operand.ImmediateValue(), LeaveFlags, ADD); 195 AddSubMacro(rd, rn, -operand.ImmediateValue(), SetFlags, ADD); [all...] |
| /external/v8/src/ast/ |
| scopes.cc | 88 void VariableMap::Add(Zone* zone, Variable* var) { 701 variables_.Add(zone(), function_); 796 locals_.Add(var); 807 if (added) locals_.Add(var); 858 new_parent->variables_.Add(new_parent->zone(), local); [all...] |
| /external/vixl/src/aarch64/ |
| macro-assembler-aarch64.cc | 894 // Add/sub extended supports shift <= 4. We want to support exactly the [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 146 enum ExprKind { Subtract, Add }; 194 Counter add(Counter LHS, Counter RHS); 516 /// Add a function record corresponding to \p Record. 812 return CounterExpression(CounterExpression::ExprKind::Add,
|