Home
last modified time | relevance | path

Searched refs:TernOpInit (Results 51 – 54 of 54) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DTGParser.cpp876 TernOpInit::TernaryOp Code; in ParseOperation()
885 Code = TernOpInit::IF; in ParseOperation()
888 Code = TernOpInit::FOREACH; in ParseOperation()
891 Code = TernOpInit::SUBST; in ParseOperation()
965 return (new TernOpInit(Code, LHS, MHS, RHS, Type))->Fold(CurRec, in ParseOperation()
/dports/devel/llvm80/llvm-8.0.1.src/lib/TableGen/
H A DTGParser.cpp1303 return (TernOpInit::get(TernOpInit::FOREACH, LHS, MHS, RHS, OutType)) in ParseOperation()
1310 TernOpInit::TernaryOp Code; in ParseOperation()
1318 Code = TernOpInit::DAG; in ParseOperation()
1323 Code = TernOpInit::IF; in ParseOperation()
1326 Code = TernOpInit::SUBST; in ParseOperation()
1445 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperation()
/dports/devel/llvm70/llvm-7.0.1.src/lib/TableGen/
H A DTGParser.cpp1303 return (TernOpInit::get(TernOpInit::FOREACH, LHS, MHS, RHS, OutType)) in ParseOperation()
1310 TernOpInit::TernaryOp Code; in ParseOperation()
1318 Code = TernOpInit::DAG; in ParseOperation()
1323 Code = TernOpInit::IF; in ParseOperation()
1326 Code = TernOpInit::SUBST; in ParseOperation()
1445 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperation()
/dports/devel/llvm90/llvm-9.0.1.src/lib/TableGen/
H A DTGParser.cpp1361 return (TernOpInit::get(TernOpInit::FOREACH, LHS, MHS, RHS, OutType)) in ParseOperation()
1368 TernOpInit::TernaryOp Code; in ParseOperation()
1376 Code = TernOpInit::DAG; in ParseOperation()
1381 Code = TernOpInit::IF; in ParseOperation()
1384 Code = TernOpInit::SUBST; in ParseOperation()
1503 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperation()

123