Searched refs:TernaryOp (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 993 enum TernaryOp { SUBST, FOREACH, IF }; enum 996 TernaryOp Opc; 999 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() 1010 static TernOpInit *get(TernaryOp opc, Init *lhs, 1035 TernaryOp getOpcode() const { return Opc; } in getOpcode()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 125 if (TOI->getOpcode() != TernOpInit::TernaryOp::IF) in convertValue() 1020 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, in get()
|
D | TGParser.cpp | 996 TernOpInit::TernaryOp Code; in ParseOperation()
|