Searched refs:TernaryOp (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 984 enum TernaryOp { SUBST, FOREACH, IF }; enum 987 TernaryOp Opc; 990 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() 1001 static TernOpInit *get(TernaryOp opc, Init *lhs, 1026 TernaryOp getOpcode() const { return Opc; } in getOpcode()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 997 TernOpInit::TernaryOp Code; in ParseOperation()
|
D | Record.cpp | 1002 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, in get()
|