HomeSort by relevance Sort by last modified time
    Searched refs:TernaryOp (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
TernaryOp.h 1 //===- TernaryOp.h --------------------------------------------------------===//
23 /** \class TernaryOP
28 class TernaryOp : public Operator
33 TernaryOp()
40 ~TernaryOp()
58 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(const Module&,
63 TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(const Module&,
  /frameworks/compile/mclinker/lib/Script/
TernaryOp.cpp 1 //===- TernaryOp.cpp ------------------------------------------------------===//
9 #include <mcld/Script/TernaryOp.h>
15 // TernaryOp
19 TernaryOp<Operator::TERNARY_IF>::eval(const Module& pModule,
33 TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(const Module& pModule,
Android.mk 31 TernaryOp.cpp \
Operator.cpp 13 #include <mcld/Script/TernaryOp.h>
381 static TernaryOp<Operator::TERNARY_IF> op;
388 static TernaryOp<Operator::DATA_SEGMENT_ALIGN> op;
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 1002 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs,
    [all...]
TGParser.cpp 997 TernOpInit::TernaryOp Code;
    [all...]

Completed in 101 milliseconds