Home
last modified time | relevance | path

Searched refs:TernaryOp (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DTernaryOp.h28 class TernaryOp : public Operator {
32 TernaryOp() : Operator(Operator::TERNARY, TYPE) { in TernaryOp() function
37 ~TernaryOp() {} in ~TernaryOp()
53 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(const Module&,
57 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(
/frameworks/compile/mclinker/lib/Script/
DTernaryOp.cpp20 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval( in eval()
33 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval( in eval()
DAndroid.bp34 "TernaryOp.cpp",
DCMakeLists.txt36 TernaryOp.cpp
DOperator.cpp301 static TernaryOp<Operator::TERNARY_IF> op; in create()
307 static TernaryOp<Operator::DATA_SEGMENT_ALIGN> op; in create()