HomeSort by relevance Sort by last modified time
    Searched refs:Operator (Results 51 - 75 of 259) sorted by null

1 23 4 5 6 7 8 91011

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
RangeExpression.py 20 ERR_STRING_EXPR = 'This operator cannot be used in string expression: [%s].'
29 ERR_OPERATOR_UNSUPPORT = 'Unsupported operator: [%s]'
30 ERR_REL_NOT_IN = 'Expect "IN" after "not" operator.'
34 ERR_RELCMP_STR_OTHERS = 'Operator taking Operand of string type and Boolean/Number Type is not allowed: [%s].'
39 ERR_IN_OPERAND = 'Macro after IN operator can only be: $(FAMILY), $(ARCH), $(TOOL_CHAIN_TAG) and $(TARGET).'
181 def GetOperatorObject(Operator):
182 if Operator == '>':
184 elif Operator == '>=':
186 elif Operator == '<':
188 elif Operator == '<=':
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ExpressionValidate.py 110 for Operator in OpList:
111 if not self.Token[self.Index:].startswith(Operator):
114 self.Index += len(Operator)
117 if (Operator in LetterOp and (Char == '_' or Char.isalnum())) \
118 or (Operator in OpMap and OpMap[Operator] == Char):
119 self.Index -= len(Operator)
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
27 /// Operator - This is a utility class that provides an abstraction for the
30 class Operator : public User {
32 // Do not implement any of these. The Operator class is intended to be used
34 void *operator new(size_t, unsigned);
35 void *operator new(size_t s);
36 Operator();
37 ~Operator();
59 static inline bool classof(const Operator *) { return true;
    [all...]
  /external/v8/src/compiler/
checkpoint-elimination.cc 23 while (effect->op()->HasProperty(Operator::kNoWrite) &&
js-generic-lowering.h 41 Operator::Properties properties);
simplified-operator-reducer.h 37 Reduction Change(Node* node, const Operator* op, Node* a);
graph.cc 46 Node* Graph::NewNode(const Operator* op, int input_count, Node* const* inputs,
53 Node* Graph::NewNodeUnchecked(const Operator* op, int input_count,
int64-lowering.h 8 #include "src/compiler/common-operator.h"
10 #include "src/compiler/machine-operator.h"
51 void LowerComparison(Node* node, const Operator* signed_op,
52 const Operator* unsigned_op);
operation-typer.h 22 class Operator;
50 Type* TypeTypeGuard(const Operator* sigma_op, Type* input);
linkage.h 11 #include "src/compiler/operator.h"
34 bool operator==(const LinkageLocation& other) const {
38 bool operator!=(const LinkageLocation& other) const {
198 Operator::Properties properties,
283 // Operator properties describe how this call can be optimized, if at all.
284 Operator::Properties properties() const { return properties_; }
312 const Operator::Properties properties_;
323 std::ostream& operator<<(std::ostream& os, const CallDescriptor& d);
324 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
332 // well as {param_index} (i.e. as stored in parameter nodes) into an operator
    [all...]
bytecode-graph-builder.cc 13 #include "src/compiler/operator-properties.h"
148 const Operator* op = common()->Parameter(i, debug_name);
393 const Operator* guard_op = common()->OsrGuard(OsrGuardType::kUninitialized);
450 const Operator* op = common()->StateValues(count);
463 const Operator* op = common()->FrameState(
520 const Operator* op = common()->Parameter(index, "%new.target");
532 const Operator* op = common()->Parameter(index, "%context");
543 const Operator* op = common()->Parameter(index, "%closure");
552 const Operator* op =
750 const Operator* op = javascript()->LoadGlobal(name, feedback, typeof_mode)
    [all...]
representation-change.h 9 #include "src/compiler/simplified-operator.h"
50 bool operator==(Truncation other) const { return kind() == other.kind(); }
51 bool operator!=(Truncation other) const { return !(*this == other); }
87 inline std::ostream& operator<<(std::ostream& os, TypeCheckKind type_check) {
239 const Operator* Int32OperatorFor(IrOpcode::Value opcode);
240 const Operator* Int32OverflowOperatorFor(IrOpcode::Value opcode);
241 const Operator* Uint32OperatorFor(IrOpcode::Value opcode);
242 const Operator* Uint32OverflowOperatorFor(IrOpcode::Value opcode);
243 const Operator* Float64OperatorFor(IrOpcode::Value opcode);
300 Node* InsertConversion(Node* node, const Operator* op, Node* use_node)
    [all...]
memory-optimizer.h 21 class Operator;
135 SetOncePointer<const Operator> allocate_operator_;
ast-graph-builder.cc 15 #include "src/compiler/machine-operator.h"
18 #include "src/compiler/operator-properties.h"
454 const Operator* op =
467 const Operator* op = common()->Parameter(index, "%closure");
479 const Operator* op = common()->Parameter(index, "%context");
491 const Operator* op = common()->Parameter(index, "%new.target");
500 const Operator* op = common()->FrameState(
670 const Operator* op = common()->Parameter(param_num++, "%this");
682 const Operator* op = common()->Parameter(param_num++, debug_name);
838 const Operator* op = common()->StateValues(count)
    [all...]
raw-machine-assembler.cc 206 zone(), function, 0, Operator::kNoProperties, CallDescriptor::kNoFlags);
220 zone(), function, 1, Operator::kNoProperties, CallDescriptor::kNoFlags);
235 zone(), function, 2, Operator::kNoProperties, CallDescriptor::kNoFlags);
251 zone(), function, 3, Operator::kNoProperties, CallDescriptor::kNoFlags);
267 zone(), function, 4, Operator::kNoProperties, CallDescriptor::kNoFlags);
283 zone(), function, 5, Operator::kNoProperties, CallDescriptor::kNoFlags);
315 zone(), function, kArity, Operator::kNoProperties,
336 zone(), function, kArity, Operator::kNoProperties,
359 zone(), function, kArity, Operator::kNoProperties,
381 zone(), function, kArity, Operator::kNoProperties
    [all...]
  /external/libchrome/base/metrics/
histogram_samples.h 95 enum Operator { ADD, SUBTRACT };
96 virtual bool AddSubtractImpl(SampleCountIterator* iter, Operator op) = 0;
persistent_sample_map.h 64 bool AddSubtractImpl(SampleCountIterator* iter, Operator op) override;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
PseudoLoweringEmitter.cpp 87 " has unexpected operator type!");
88 Record *Operator = OpDef->getDef();
89 if (!Operator->isSubClassOf("Instruction"))
90 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
93 CodeGenInstruction Insn(Operator);
96 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
100 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
SetTheory.cpp 29 struct AddOp : public SetTheory::Operator {
36 struct SubOp : public SetTheory::Operator {
51 struct AndOp : public SetTheory::Operator {
65 struct SetIntBinOp : public SetTheory::Operator {
72 throw "Operator requires (Op Set, Int) arguments: " + Expr->getAsString();
143 struct SequenceOp : public SetTheory::Operator {
213 void SetTheory::addOperator(StringRef Name, Operator *Op) {
245 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
247 throw "Unknown set operator: " + Expr->getAsString();
  /build/blueprint/parser/
parser_test.go 380 Value: &Operator{
382 Operator: '+',
410 OrigValue: &Operator{
412 Operator: '+',
447 Value: &Operator{
452 Value: &Operator{
454 Operator: '+',
493 Operator: '+',
502 Value: &Operator{
504 Operator: '+'
    [all...]
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 134 " has unexpected operator type!");
135 Record *Operator = OpDef->getDef();
136 if (!Operator->isSubClassOf("Instruction"))
137 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
140 CodeGenInstruction Insn(Operator);
143 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
147 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/TableGen/
SetTheory.cpp 29 struct AddOp : public SetTheory::Operator {
37 struct SubOp : public SetTheory::Operator {
53 struct AndOp : public SetTheory::Operator {
69 struct SetIntBinOp : public SetTheory::Operator {
76 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " +
148 struct InterleaveOp : public SetTheory::Operator {
167 struct SequenceOp : public SetTheory::Operator {
243 void SetTheory::Operator::anchor() {}
260 void SetTheory::addOperator(StringRef Name, std::unique_ptr<Operator> Op) {
294 PrintFatalError(Loc, "Unknown set operator: " + Expr->getAsString())
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
tokens.go 170 type Operator uint
173 _ Operator = iota
244 func (op Operator) String() string {
255 // Operator precedences
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
tokens.go 170 type Operator uint
173 _ Operator = iota
244 func (op Operator) String() string {
255 // Operator precedences

Completed in 645 milliseconds

1 23 4 5 6 7 8 91011