HomeSort by relevance Sort by last modified time
    Searched defs:BinaryOp (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
BinaryOp.h 1 //===- BinaryOp.h ---------------------------------------------------------===//
23 /** \class BinaryOP
28 class BinaryOp : public Operator {
32 BinaryOp() : Operator(Operator::BINARY, TYPE), m_Size(0) {
37 ~BinaryOp() {}
53 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&,
56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
59 IntOperand* BinaryOp<Operator::MOD>::eval(const Module&,
62 IntOperand* BinaryOp<Operator::ADD>::eval(const Module&,
65 IntOperand* BinaryOp<Operator::SUB>::eval(const Module&
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java 39 public enum BinaryOp {
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 35 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken)
45 BinaryOp<Precedence, Assoc>::~BinaryOp (void)
52 Expression* BinaryOp<Precedence, Assoc>::createNextChild (GeneratorState& state)
76 float BinaryOp<Precedence, Assoc>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
93 void BinaryOp<Precedence, Assoc>::tokenize (GeneratorState& state, TokenStream& str) const
101 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx)
115 : BinaryOp<Precedence, ASSOCIATIVITY_LEFT>(operatorToken)
398 : BinaryOp<7, ASSOCIATIVITY_LEFT>(operatorToken
    [all...]
rsgBinaryOps.hpp 41 class BinaryOp : public Expression
44 BinaryOp (Token::Type operatorToken);
45 virtual ~BinaryOp (void);
69 class BinaryVecOp : public BinaryOp<Precedence, ASSOCIATIVITY_LEFT>
148 class RelationalOp : public BinaryOp<7, ASSOCIATIVITY_LEFT>
264 class EqualityComparisonOp : public BinaryOp<8, ASSOCIATIVITY_LEFT>
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 886 BinaryOperatorKind &BinaryOp) {
906 BinaryOp = BO_Add;
915 BinaryOp = BO_Sub;
924 BinaryOp = BO_Mul;
928 BinaryOp = BO_Div;
932 BinaryOp = BO_Rem;
936 BinaryOp = BO_Xor;
945 BinaryOp = BO_And;
949 BinaryOp = BO_Or;
961 BinaryOp = BO_Assign
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 727 enum BinaryOp { ADD, AND, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ };
730 BinaryOp Opc;
733 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
743 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
762 BinaryOp getOpcode() const { return Opc; }
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 

Completed in 983 milliseconds