Home
last modified time | relevance | path

Searched refs:DagRecTy (Results 1 – 25 of 63) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DRecord.h33 class DagRecTy; variable
113 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
155 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
201 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
240 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
279 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
326 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
368 class DagRecTy : public RecTy {
399 virtual bool baseClassOf(const DagRecTy *RHS) const { return true; } in baseClassOf()
1110 : TypedInit(new DagRecTy), Val(V), ValName(VN) { in DagInit()
[all …]
H A DRecord.cpp213 Init *DagRecTy::convertValue(TypedInit *TI) { in convertValue()
219 Init *DagRecTy::convertValue(UnOpInit *BO) { in convertValue()
224 return new UnOpInit(UnOpInit::CAST, L, new DagRecTy); in convertValue()
230 Init *DagRecTy::convertValue(BinOpInit *BO) { in convertValue()
236 return new BinOpInit(BinOpInit::CONCAT, L, R, new DagRecTy); in convertValue()
245 return new BinOpInit(BinOpInit::CONCAT, L, R, new DagRecTy); in convertValue()
834 DagRecTy *DagType = dynamic_cast<DagRecTy*>(Type); in ForeachHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/TableGen/
H A DTGParser.cpp806 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1001 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1134 Type = DagRecTy::get(); in ParseOperation()
1135 ArgType = DagRecTy::get(); in ParseOperation()
1363 Type = DagRecTy::get(); in ParseOperation()
1711 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1717 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp819 case tgtok::Dag: Lex.Lex(); return DagRecTy::get();
1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType());
1146 Type = DagRecTy::get();
1147 ArgType = DagRecTy::get();
1386 Type = DagRecTy::get();
1920 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) {
1926 if (ItemType && !isa<DagRecTy>(ItemType)) {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/TableGen/
H A DTGParser.cpp819 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1146 Type = DagRecTy::get(); in ParseOperation()
1147 ArgType = DagRecTy::get(); in ParseOperation()
1386 Type = DagRecTy::get(); in ParseOperation()
1920 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1926 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp810 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1004 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1137 Type = DagRecTy::get(); in ParseOperation()
1138 ArgType = DagRecTy::get(); in ParseOperation()
1377 Type = DagRecTy::get(); in ParseOperation()
1820 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1826 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp819 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1146 Type = DagRecTy::get(); in ParseOperation()
1147 ArgType = DagRecTy::get(); in ParseOperation()
1386 Type = DagRecTy::get(); in ParseOperation()
1920 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1926 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/TableGen/
H A DTGParser.cpp819 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1146 Type = DagRecTy::get(); in ParseOperation()
1147 ArgType = DagRecTy::get(); in ParseOperation()
1386 Type = DagRecTy::get(); in ParseOperation()
1920 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1926 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp819 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1146 Type = DagRecTy::get(); in ParseOperation()
1147 ArgType = DagRecTy::get(); in ParseOperation()
1386 Type = DagRecTy::get(); in ParseOperation()
1920 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1926 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp810 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1004 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1137 Type = DagRecTy::get(); in ParseOperation()
1138 ArgType = DagRecTy::get(); in ParseOperation()
1377 Type = DagRecTy::get(); in ParseOperation()
1820 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1826 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTGParser.cpp819 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation()
1146 Type = DagRecTy::get(); in ParseOperation()
1147 ArgType = DagRecTy::get(); in ParseOperation()
1386 Type = DagRecTy::get(); in ParseOperation()
1920 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
1926 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/TableGen/
H A DRecord.h219 class DagRecTy : public RecTy {
220 static DagRecTy Shared;
222 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
229 static DagRecTy *get() { return &Shared; } in get()
1223 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/TableGen/
H A DRecord.h219 class DagRecTy : public RecTy {
220 static DagRecTy Shared;
222 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
229 static DagRecTy *get() { return &Shared; } in get()
1223 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/llvm80/llvm-8.0.1.src/lib/TableGen/
H A DTGParser.cpp787 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1070 Type = DagRecTy::get(); in ParseOperation()
1071 ArgType = DagRecTy::get(); in ParseOperation()
1256 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperation()
1258 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperation()
1319 Type = DagRecTy::get(); in ParseOperation()
/dports/devel/llvm70/llvm-7.0.1.src/lib/TableGen/
H A DTGParser.cpp787 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1070 Type = DagRecTy::get(); in ParseOperation()
1071 ArgType = DagRecTy::get(); in ParseOperation()
1256 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperation()
1258 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperation()
1319 Type = DagRecTy::get(); in ParseOperation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/TableGen/
H A DRecord.h218 class DagRecTy : public RecTy {
219 static DagRecTy Shared;
221 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
228 static DagRecTy *get() { return &Shared; } in get()
1317 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/TableGen/
H A DRecord.h218 class DagRecTy : public RecTy {
219 static DagRecTy Shared;
221 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
228 static DagRecTy *get() { return &Shared; } in get()
1312 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/TableGen/
H A DRecord.h202 class DagRecTy : public RecTy {
203 static DagRecTy Shared;
205 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
212 static DagRecTy *get() { return &Shared; } in get()
1285 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/TableGen/
H A DRecord.h218 class DagRecTy : public RecTy {
219 static DagRecTy Shared;
221 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
228 static DagRecTy *get() { return &Shared; } in get()
1317 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h218 class DagRecTy : public RecTy {
219 static DagRecTy Shared;
221 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
228 static DagRecTy *get() { return &Shared; } in get()
1312 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/TableGen/
H A DRecord.h202 class DagRecTy : public RecTy {
203 static DagRecTy Shared;
205 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
212 static DagRecTy *get() { return &Shared; } in get()
1285 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h218 class DagRecTy : public RecTy {
219 static DagRecTy Shared;
221 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
228 static DagRecTy *get() { return &Shared; } in get()
1312 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/TableGen/
H A DRecord.h218 class DagRecTy : public RecTy {
219 static DagRecTy Shared;
221 DagRecTy() : RecTy(DagRecTyKind) {} in DagRecTy() function
228 static DagRecTy *get() { return &Shared; } in get()
1305 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), in DagInit()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/TableGen/
H A DTGParser.cpp802 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1116 Type = DagRecTy::get(); in ParseOperation()
1117 ArgType = DagRecTy::get(); in ParseOperation()
1352 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperation()
1354 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperation()
1414 Type = DagRecTy::get(); in ParseOperation()
/dports/devel/llvm11/llvm-11.0.1.src/lib/TableGen/
H A DTGParser.cpp802 case tgtok::Dag: Lex.Lex(); return DagRecTy::get(); in ParseType()
1116 Type = DagRecTy::get(); in ParseOperation()
1117 ArgType = DagRecTy::get(); in ParseOperation()
1352 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperation()
1354 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperation()
1414 Type = DagRecTy::get(); in ParseOperation()

123