Home
last modified time | relevance | path

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

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DRecord.h47 class TernOpInit; variable
89 virtual Init *convertValue( TernOpInit *UI) { in convertValue()
139 virtual Init *convertValue( TernOpInit *UI) { return RecTy::convertValue(UI);} in convertValue()
183 virtual Init *convertValue( TernOpInit *UI) { return RecTy::convertValue(UI);} in convertValue()
223 virtual Init *convertValue( TernOpInit *UI) { return RecTy::convertValue(UI);} in convertValue()
257 virtual Init *convertValue( TernOpInit *BO) { return RecTy::convertValue(BO);} in convertValue()
307 virtual Init *convertValue( TernOpInit *UI) { return RecTy::convertValue(UI);} in convertValue()
346 virtual Init *convertValue( TernOpInit *UI) { return RecTy::convertValue(UI);} in convertValue()
892 class TernOpInit : public OpInit {
899 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, RecTy *Type) : in TernOpInit() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp1377 TernOpInit::TernaryOp Code;
1385 Code = TernOpInit::DAG;
1390 Code = TernOpInit::IF;
1393 Code = TernOpInit::SUBST;
1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR;
1762 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec);
1769 TernOpInit::TernaryOp Code = TernOpInit::FIND;
1850 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec);
1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH
3211 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/TableGen/
H A DTGParser.cpp1377 TernOpInit::TernaryOp Code; in ParseOperation()
1385 Code = TernOpInit::DAG; in ParseOperation()
1390 Code = TernOpInit::IF; in ParseOperation()
1393 Code = TernOpInit::SUBST; in ParseOperation()
1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
1762 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationSubstr()
1769 TernOpInit::TernaryOp Code = TernOpInit::FIND; in ParseOperationFind()
1850 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationFind()
1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
3211 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1377 TernOpInit::TernaryOp Code; in ParseOperation()
1385 Code = TernOpInit::DAG; in ParseOperation()
1390 Code = TernOpInit::IF; in ParseOperation()
1393 Code = TernOpInit::SUBST; in ParseOperation()
1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
1762 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationSubstr()
1769 TernOpInit::TernaryOp Code = TernOpInit::FIND; in ParseOperationFind()
1850 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationFind()
1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
3211 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/TableGen/
H A DTGParser.cpp1377 TernOpInit::TernaryOp Code; in ParseOperation()
1385 Code = TernOpInit::DAG; in ParseOperation()
1390 Code = TernOpInit::IF; in ParseOperation()
1393 Code = TernOpInit::SUBST; in ParseOperation()
1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
1762 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationSubstr()
1769 TernOpInit::TernaryOp Code = TernOpInit::FIND; in ParseOperationFind()
1850 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationFind()
1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
3211 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp1377 TernOpInit::TernaryOp Code; in ParseOperation()
1385 Code = TernOpInit::DAG; in ParseOperation()
1390 Code = TernOpInit::IF; in ParseOperation()
1393 Code = TernOpInit::SUBST; in ParseOperation()
1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
1762 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationSubstr()
1769 TernOpInit::TernaryOp Code = TernOpInit::FIND; in ParseOperationFind()
1850 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationFind()
1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
3211 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp1377 TernOpInit::TernaryOp Code; in ParseOperation()
1385 Code = TernOpInit::DAG; in ParseOperation()
1390 Code = TernOpInit::IF; in ParseOperation()
1393 Code = TernOpInit::SUBST; in ParseOperation()
1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
1762 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationSubstr()
1769 TernOpInit::TernaryOp Code = TernOpInit::FIND; in ParseOperationFind()
1850 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationFind()
1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
3211 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/TableGen/
H A DRecord.cpp1005 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS,
1007 static FoldingSet<TernOpInit> ThePool;
1013 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP))
1016 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type);
1021 void TernOpInit::Profile(FoldingSetNodeID &ID) const {
1079 Init *TernOpInit::Fold(Record *CurRec) const {
1156 return const_cast<TernOpInit *>(this);
1165 return const_cast<TernOpInit *>(this);
1168 Init *TernOpInit::resolveReferences(Resolver &R) const {
1195 return const_cast<TernOpInit *>(this);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/TableGen/
H A DRecord.cpp1004 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS,
1006 static FoldingSet<TernOpInit> ThePool;
1012 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP))
1015 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type);
1020 void TernOpInit::Profile(FoldingSetNodeID &ID) const {
1078 Init *TernOpInit::Fold(Record *CurRec) const {
1155 return const_cast<TernOpInit *>(this);
1164 return const_cast<TernOpInit *>(this);
1167 Init *TernOpInit::resolveReferences(Resolver &R) const {
1194 return const_cast<TernOpInit *>(this);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/TableGen/
H A DRecord.cpp1090 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1092 static FoldingSet<TernOpInit> ThePool; in get()
1098 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1101 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1106 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1164 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1242 return const_cast<TernOpInit *>(this); in Fold()
1251 return const_cast<TernOpInit *>(this); in Fold()
1254 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1281 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/TableGen/
H A DRecord.cpp1090 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1092 static FoldingSet<TernOpInit> ThePool; in get()
1098 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1101 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1106 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1164 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1241 return const_cast<TernOpInit *>(this); in Fold()
1250 return const_cast<TernOpInit *>(this); in Fold()
1253 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1280 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/TableGen/
H A DRecord.cpp1090 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1092 static FoldingSet<TernOpInit> ThePool; in get()
1098 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1101 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1106 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1164 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1242 return const_cast<TernOpInit *>(this); in Fold()
1251 return const_cast<TernOpInit *>(this); in Fold()
1254 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1281 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp1090 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1092 static FoldingSet<TernOpInit> ThePool; in get()
1098 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1101 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1106 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1164 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1241 return const_cast<TernOpInit *>(this); in Fold()
1250 return const_cast<TernOpInit *>(this); in Fold()
1253 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1280 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1090 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1092 static FoldingSet<TernOpInit> ThePool; in get()
1098 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1101 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1106 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1164 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1241 return const_cast<TernOpInit *>(this); in Fold()
1250 return const_cast<TernOpInit *>(this); in Fold()
1253 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1280 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/TableGen/
H A DRecord.cpp1054 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1056 static FoldingSet<TernOpInit> ThePool; in get()
1062 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1065 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1070 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1128 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1205 return const_cast<TernOpInit *>(this); in Fold()
1214 return const_cast<TernOpInit *>(this); in Fold()
1217 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1244 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp1368 TernOpInit::TernaryOp Code; in ParseOperation()
1376 Code = TernOpInit::DAG; in ParseOperation()
1381 Code = TernOpInit::IF; in ParseOperation()
1384 Code = TernOpInit::SUBST; in ParseOperation()
1499 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperation()
1669 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
1750 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationSubstr()
1874 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
1875 : TernOpInit::FILTER, in ParseOperationForEachFilter()
3119 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
[all …]
H A DRecord.cpp1152 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1154 static FoldingSet<TernOpInit> ThePool; in get()
1160 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1163 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1168 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1251 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1335 return const_cast<TernOpInit *>(this); in Fold()
1365 return const_cast<TernOpInit *>(this); in Fold()
1368 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1395 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp1368 TernOpInit::TernaryOp Code; in ParseOperation()
1376 Code = TernOpInit::DAG; in ParseOperation()
1381 Code = TernOpInit::IF; in ParseOperation()
1384 Code = TernOpInit::SUBST; in ParseOperation()
1499 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperation()
1669 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
1750 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperationSubstr()
1874 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
1875 : TernOpInit::FILTER, in ParseOperationForEachFilter()
3119 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
[all …]
H A DRecord.cpp1152 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1154 static FoldingSet<TernOpInit> ThePool; in get()
1160 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1163 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1168 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1251 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1335 return const_cast<TernOpInit *>(this); in Fold()
1365 return const_cast<TernOpInit *>(this); in Fold()
1368 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1395 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/TableGen/
H A DRecord.h854 class TernOpInit : public OpInit, public FoldingSetNode {
861 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() function
866 TernOpInit(const TernOpInit &) = delete;
867 TernOpInit &operator=(const TernOpInit &) = delete;
873 static TernOpInit *get(TernaryOp opc, Init *lhs,
883 return TernOpInit::get(getOpcode(), Operands[0], Operands[1], Operands[2], in clone()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/TableGen/
H A DRecord.h854 class TernOpInit : public OpInit, public FoldingSetNode {
861 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() function
866 TernOpInit(const TernOpInit &) = delete;
867 TernOpInit &operator=(const TernOpInit &) = delete;
873 static TernOpInit *get(TernaryOp opc, Init *lhs,
883 return TernOpInit::get(getOpcode(), Operands[0], Operands[1], Operands[2], in clone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/TableGen/
H A DRecord.cpp1145 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get()
1147 static FoldingSet<TernOpInit> ThePool; in get()
1153 if (TernOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
1156 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1161 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1244 Init *TernOpInit::Fold(Record *CurRec) const { in Fold()
1328 return const_cast<TernOpInit *>(this); in Fold()
1337 return const_cast<TernOpInit *>(this); in Fold()
1340 Init *TernOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1367 return const_cast<TernOpInit *>(this); in resolveReferences()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/TableGen/
H A DRecord.h863 class TernOpInit : public OpInit, public FoldingSetNode {
870 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() function
875 TernOpInit(const TernOpInit &) = delete;
876 TernOpInit &operator=(const TernOpInit &) = delete;
882 static TernOpInit *get(TernaryOp opc, Init *lhs,
892 return TernOpInit::get(getOpcode(), Operands[0], Operands[1], Operands[2], in clone()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/TableGen/
H A DRecord.h859 class TernOpInit : public OpInit, public FoldingSetNode {
866 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() function
871 TernOpInit(const TernOpInit &) = delete;
872 TernOpInit &operator=(const TernOpInit &) = delete;
878 static TernOpInit *get(TernaryOp opc, Init *lhs,
888 return TernOpInit::get(getOpcode(), Operands[0], Operands[1], Operands[2], in clone()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/TableGen/
H A DRecord.h831 class TernOpInit : public OpInit, public FoldingSetNode {
838 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() function
843 TernOpInit(const TernOpInit &) = delete;
844 TernOpInit &operator=(const TernOpInit &) = delete;
850 static TernOpInit *get(TernaryOp opc, Init *lhs,
860 return TernOpInit::get(getOpcode(), Operands[0], Operands[1], Operands[2], in clone()

123