Searched refs:TernaryOp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 985 enum TernaryOp : uint8_t { enum 1001 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() 1013 static TernOpInit *get(TernaryOp opc, Init *lhs, 1037 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 1868 TernOpInit::TernaryOp Code; in ParseOperation() 2213 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr() 2301 TernOpInit::TernaryOp Code = TernOpInit::FIND; in ParseOperationFind()
|
H A D | Record.cpp | 1538 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
|