/external/chromium_org/v8/test/cctest/compiler/ |
graph-builder-tester.h | 11 #include "src/compiler/common-operator.h" 13 #include "src/compiler/machine-operator.h" 14 #include "src/compiler/simplified-operator.h" 29 virtual Node* MakeNode(const Operator* op, int value_input_count,
|
simplified-graph-builder.cc | 7 #include "src/compiler/operator-properties.h" 8 #include "src/compiler/operator-properties-inl.h" 46 Node* SimplifiedGraphBuilder::MakeNode(const Operator* op,
|
test-machine-operator-reducer.cc | 10 #include "src/compiler/machine-operator-reducer.h" 18 const Operator* NewConstantOperator(CommonOperatorBuilder* common, 22 const Operator* NewConstantOperator<int32_t>(CommonOperatorBuilder* common, 28 const Operator* NewConstantOperator<double>(CommonOperatorBuilder* common, 35 T ValueOfOperator(const Operator* op); 38 int32_t ValueOfOperator<int32_t>(const Operator* op) { 44 double ValueOfOperator<double>(const Operator* op) { 67 const Operator* binop; 68 const Operator* unop; 83 const T ValueOf(const Operator* op) [all...] |
test-js-typed-lowering.cc | 35 const Operator* binop; 36 const Operator* unop; 98 void CheckPureBinop(const Operator* expected, Node* node) { 103 Node* ReduceUnop(const Operator* op, Type* input_type) { 107 Node* ReduceBinop(const Operator* op, Type* left_type, Type* right_type) { 111 Node* Binop(const Operator* op, Node* left, Node* right) { 116 Node* Unop(const Operator* op, Node* input) { 234 const Operator* ops[] = { 281 const Operator* ops[kNumberOps]; 295 void set(int idx, const Operator* op, bool s) [all...] |
test-changes-lowering.cc | 103 void BuildAndLower(const Operator* op) { 115 void BuildStoreAndLower(const Operator* op, const Operator* store_op, 131 void BuildLoadAndLower(const Operator* op, const Operator* load_op,
|
test-graph-reducer.cc | 24 static SimpleOperator OPA0(OPCODE_A0, Operator::kNoWrite, 0, 0, "opa0"); 25 static SimpleOperator OPA1(OPCODE_A1, Operator::kNoWrite, 1, 0, "opa1"); 26 static SimpleOperator OPA2(OPCODE_A2, Operator::kNoWrite, 2, 0, "opa2"); 27 static SimpleOperator OPB0(OPCODE_B0, Operator::kNoWrite, 0, 0, "opa0"); 28 static SimpleOperator OPB1(OPCODE_B1, Operator::kNoWrite, 1, 0, "opa1"); 29 static SimpleOperator OPB2(OPCODE_B2, Operator::kNoWrite, 2, 0, "opa2"); 30 static SimpleOperator OPC0(OPCODE_C0, Operator::kNoWrite, 0, 0, "opc0"); 31 static SimpleOperator OPC1(OPCODE_C1, Operator::kNoWrite, 1, 0, "opc1"); 32 static SimpleOperator OPC2(OPCODE_C2, Operator::kNoWrite, 2, 0, "opc2");
|
/packages/apps/Settings/tests/src/com/android/settings/ |
SettingsHookTests.java | 21 import com.android.settings.tests.Operator; 33 * Tests for the Settings operator/manufacturer hook. 66 * Test that the operator/manufacturer settings hook test application is 77 * Test that the operator test activity has registered an intent-filter for 113 * Test that the operator preference is available in the Settings
|
/external/chromium_org/base/test/ |
trace_event_analyzer.h | 99 bool operator< (const ProcessThreadID& rhs) const { 113 bool operator< (const TraceEvent& rhs) const { 391 Query operator==(const Query& rhs) const; 392 Query operator!=(const Query& rhs) const; 393 Query operator< (const Query& rhs) const; 394 Query operator<=(const Query& rhs) const; 395 Query operator> (const Query& rhs) const; 396 Query operator>=(const Query& rhs) const; 397 Query operator&&(const Query& rhs) const; 398 Query operator||(const Query& rhs) const [all...] |
/external/chromium_org/v8/src/compiler/ |
js-graph.h | 9 #include "src/compiler/common-operator.h" 11 #include "src/compiler/js-operator.h" 12 #include "src/compiler/machine-operator.h" 111 Node* NewNode(const Operator* op);
|
js-typed-lowering.cc | 85 // to the pure operator {op}, possibly inserting a boolean inversion. 86 Reduction ChangeToPureOperator(const Operator* op, bool invert = false) { 98 // Finally, update the operator to the new one. 212 const Operator* op = is_signed ? simplified()->NumberToInt32() 254 const Operator* numberOp) { 258 // to number and reduce this operator to the given numeric one. 263 // TODO(turbofan): relax/remove the effects of this operator in other cases. 270 const Operator* intOp) { 282 const Operator* shift_op) { 293 const Operator* stringOp [all...] |
raw-machine-assembler.cc | 112 function, 1, Operator::kNoProperties, zone()); 152 Node* RawMachineAssembler::MakeNode(const Operator* op, int input_count,
|
js-graph.cc | 19 Node* JSGraph::NewNode(const Operator* op) {
|
simplified-operator-reducer.cc | 7 #include "src/compiler/machine-operator.h" 9 #include "src/compiler/simplified-operator-reducer.h" 105 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op,
|
change-lowering.cc | 6 #include "src/compiler/machine-operator.h" 76 function->function_id, 0, Operator::kNoProperties); 171 const Operator* op = (signedness == kSigned)
|
/external/clang/include/clang/Sema/ |
ParsedTemplate.h | 156 /// FIXME: Temporarily stores the overloaded operator kind. 157 OverloadedOperatorKind Operator;
|
/external/llvm/lib/IR/ |
Value.cpp | 27 #include "llvm/IR/Operator.h" 405 } else if (Operator::getOpcode(V) == Instruction::BitCast || 406 Operator::getOpcode(V) == Instruction::AddrSpaceCast) { 407 V = cast<Operator>(V)->getOperand(0); 457 } else if (Operator::getOpcode(V) == Instruction::BitCast) { 458 V = cast<Operator>(V)->getOperand(0); 701 Entry->operator=(DenseMapInfo<Value *>::getTombstoneKey()); 705 Entry->operator=(nullptr); 762 Entry->operator=(New);
|
/prebuilts/tools/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 30 #include "llvm/IR/Operator.h" 334 Operator *I = dyn_cast<Operator>(V); 666 Operator *LU = dyn_cast<Operator>(L); [all...] |
/external/clang/lib/Lex/ |
PPExpressions.cpp | 374 // If this operator is live and overflowed, report the issue. 416 /// getPrecedence - Return the precedence of the specified binary operator 474 tok::TokenKind Operator = PeekTok.getKind(); 476 // If this is a short-circuiting operator, see if the RHS of the operator is 482 if (Operator == tok::ampamp && LHS.Val == 0) 484 else if (Operator == tok::pipepipe && LHS.Val != 0) 486 else if (Operator == tok::question && LHS.Val == 0) 491 // Consume the operator, remembering the operator's location for reporting [all...] |
/external/chromium_org/base/metrics/ |
sample_vector.cc | 57 HistogramSamples::Operator op) {
|
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.h | 143 bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec; } 144 bool operator==(const TypeSet &RHS) const { return TypeVec == RHS.TypeVec; } 277 bool operator==(const TreePredicateFn &RHS) const { 281 bool operator!=(const TreePredicateFn &RHS) const { return !(*this == RHS); } 308 /// Operator - The Record for the operator if this is an interior node (not 310 Record *Operator; 332 : Operator(Op), Val(nullptr), TransformFn(nullptr), Children(Ch) { 336 : Operator(nullptr), Val(val), TransformFn(nullptr) { 368 Record *getOperator() const { assert(!isLeaf()); return Operator; } [all...] |
/frameworks/compile/mclinker/lib/Script/ |
Assignment.cpp | 12 #include <mcld/Script/Operator.h> 43 Assignment& Assignment::operator=(const Assignment& pAssignment)
|
/external/compiler-rt/lib/ubsan/ |
ubsan_handlers.cc | 67 const char *Operator, 76 << Value(Data->Type, LHS) << Operator << RHS << Data->Type;
|
/external/llvm/include/llvm/IR/ |
PatternMatch.h | 36 #include "llvm/IR/Operator.h" 745 if (Operator *O = dyn_cast<Operator>(V)) 812 if (Operator *O = dyn_cast<Operator>(V)) 839 if (Operator *O = dyn_cast<Operator>(V)) 865 if (Operator *O = dyn_cast<Operator>(V)) [all...] |
/external/chromium_org/content/common/input/ |
web_input_event_traits.cc | 240 template <typename Operator, typename ArgIn, typename ArgOut> 241 bool Apply(Operator op,
|