Searched refs:TernaryOp (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 779 enum TernaryOp { SUBST, FOREACH, IF }; enum 782 TernaryOp Opc; 785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() 796 static TernOpInit *get(TernaryOp opc, Init *lhs, 818 TernaryOp getOpcode() const { return Opc; } in getOpcode()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 867 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in get() 1128 if (TOI->getOpcode() == TernOpInit::TernaryOp::IF && in convertInitializerTo()
|
D | TGParser.cpp | 970 TernOpInit::TernaryOp Code; in ParseOperation()
|