Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h985 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 DTGParser.cpp1868 TernOpInit::TernaryOp Code; in ParseOperation()
2213 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
2301 TernOpInit::TernaryOp Code = TernOpInit::FIND; in ParseOperationFind()
H A DRecord.cpp1538 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()