Home
last modified time | relevance | path

Searched refs:EnumTy (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/Mangler/
H A DParameterType.h196 const static TypeEnum EnumTy; member
233 const static TypeEnum EnumTy; member
293 const static TypeEnum EnumTy; member
337 const static TypeEnum EnumTy; member
373 const static TypeEnum EnumTy; member
429 const static TypeEnum EnumTy; member
477 return (T::EnumTy == PType->getTypeId()) ? (T *)PType : NULL; in dynCast()
487 return (T::EnumTy == PType->getTypeId()) ? (const T *)PType : NULL; in dynCast()
H A DParameterType.cpp227 const TypeEnum PrimitiveType::EnumTy = TYPE_ID_PRIMITIVE; member in SPIR::PrimitiveType
228 const TypeEnum PointerType::EnumTy = TYPE_ID_POINTER; member in SPIR::PointerType
229 const TypeEnum VectorType::EnumTy = TYPE_ID_VECTOR; member in SPIR::VectorType
230 const TypeEnum AtomicType::EnumTy = TYPE_ID_ATOMIC; member in SPIR::AtomicType
231 const TypeEnum BlockType::EnumTy = TYPE_ID_BLOCK; member in SPIR::BlockType
232 const TypeEnum UserDefinedType::EnumTy = TYPE_ID_STRUCTURE; member in SPIR::UserDefinedType
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp699 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
714 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
894 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1724 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3895 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4475 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
6393 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6546 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerType()
7098 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7610 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp701 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
716 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
905 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1771 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3933 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4513 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
6459 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6612 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerType()
7164 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7676 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp701 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
716 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
905 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1771 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3933 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4513 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
6459 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6612 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerType()
7164 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7676 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp696 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
711 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
891 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1721 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3910 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4484 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
6313 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6466 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerType()
7021 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7533 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp696 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
711 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
864 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1694 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3883 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4436 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
6201 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6354 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerType()
6911 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7423 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp730 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
753 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
975 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1874 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
4178 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4488 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
5014 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
7070 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7254 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerTypeForABI()
7858 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DTargetInfo.cpp730 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
753 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
975 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1869 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
4180 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4477 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
4972 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
7026 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7210 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerTypeForABI()
7814 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
[all …]

1234