Home
last modified time | relevance | path

Searched defs:intTy (Results 1 – 25 of 122) sorted by relevance

12345

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DTypes.cpp32 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
38 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
44 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
50 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
56 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
62 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
68 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp32 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
38 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
44 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
50 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
56 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
62 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
68 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp32 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
38 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
44 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
50 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
56 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
62 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
68 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp32 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
38 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
44 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
50 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
56 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
62 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
68 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypes.cpp36 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
42 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
48 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
54 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
60 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
66 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
72 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypes.cpp36 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
42 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
48 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
54 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
60 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
66 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
72 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/unittests/IR/
H A DAttributeTest.cpp93 IntegerType intTy = IntegerType::get(intWidth, &context); in TEST() local
101 IntegerType intTy = IntegerType::get(32, &context); in TEST() local
109 IntegerType intTy = IntegerType::get(85, &context); in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(&context, intWidth); in TEST() local
105 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
113 IntegerType intTy = IntegerType::get(&context, 85); in TEST() local
200 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(&context, intWidth); in TEST() local
105 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
113 IntegerType intTy = IntegerType::get(&context, 85); in TEST() local
200 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(&context, intWidth); in TEST() local
105 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
113 IntegerType intTy = IntegerType::get(&context, 85); in TEST() local
200 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(&context, intWidth); in TEST() local
105 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
113 IntegerType intTy = IntegerType::get(&context, 85); in TEST() local
200 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DStandardTypes.cpp33 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
39 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
45 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
51 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
57 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
63 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
69 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DStandardTypes.cpp34 if (auto intTy = dyn_cast<IntegerType>()) in isInteger() local
40 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
46 if (auto intTy = dyn_cast<IntegerType>()) in isSignlessInteger() local
52 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
58 if (auto intTy = dyn_cast<IntegerType>()) in isSignedInteger() local
64 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
70 if (auto intTy = dyn_cast<IntegerType>()) in isUnsignedInteger() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DPreCompiledFuncImport.cpp923 Type* intTy = Type::getInt32Ty(inst.getContext()); in processInt32Divide() local
1131 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in visitFPTruncInst() local
1165 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in processFPBinaryOperator() local
1207 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in processFPBinaryOperator() local
1269 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in getOrCreateFunction() local
1391 Type* intTy = Type::getInt32Ty(Ctx); in createFlagValue() local
1403 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in visitFPExtInst() local
1447 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in visitCastInst() local
1610 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in visitFCmpInst() local
1708 Type* intTy = Type::getInt32Ty(m_pModule->getContext()); in visitCallInst() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(intWidth, &context); in TEST() local
105 IntegerType intTy = IntegerType::get(32, &context); in TEST() local
113 IntegerType intTy = IntegerType::get(85, &context); in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(&context, intWidth); in TEST() local
105 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
113 IntegerType intTy = IntegerType::get(&context, 85); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(intWidth, &context); in TEST() local
105 IntegerType intTy = IntegerType::get(32, &context); in TEST() local
113 IntegerType intTy = IntegerType::get(85, &context); in TEST() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/unittests/IR/
H A DAttributeTest.cpp97 IntegerType intTy = IntegerType::get(&context, intWidth); in TEST() local
105 IntegerType intTy = IntegerType::get(&context, 32); in TEST() local
113 IntegerType intTy = IntegerType::get(&context, 85); in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/FixIt/
H A Dfixit-function-call.cpp9 typedef int intTy; typedef

12345