| /external/llvm-project/mlir/lib/IR/ |
| D | Types.cpp | 34 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
|
| /external/llvm-project/mlir/unittests/IR/ |
| D | AttributeTest.cpp | 97 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
|
| /external/llvm-project/clang/test/FixIt/ |
| D | fixit-function-call.cpp | 9 typedef int intTy; typedef
|
| /external/clang/test/FixIt/ |
| D | fixit-function-call.cpp | 9 typedef int intTy; typedef
|
| /external/clang/lib/CodeGen/ |
| D | SwiftCallingConv.cpp | 219 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local 613 llvm::IntegerType *intTy) { in isLegalIntegerType()
|
| D | TargetInfo.cpp | 117 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | SwiftCallingConv.cpp | 235 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local 672 llvm::IntegerType *intTy) { in isLegalIntegerType()
|
| D | TargetInfo.cpp | 134 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
|
| /external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
| D | LLVMTypes.cpp | 49 .Case<LLVMIntegerType>([](LLVMIntegerType intTy) { in getPrimitiveSizeInBits()
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| D | type_manager_test.cpp | 681 Integer intTy(32, true); in TEST() local
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | type_manager_test.cpp | 681 Integer intTy(32, true); in TEST() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
| D | type_manager_test.cpp | 681 Integer intTy(32, true); in TEST() local
|
| /external/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 363 llvm::IntegerType *intTy = llvm::cast<llvm::IntegerType>(ty->getElementType()); in lowerMulHigh() local 932 auto intTy = llvm::IntegerType::get(*jit->context, sizeof(int) * 8); in createLoad() local 1030 auto intTy = llvm::IntegerType::get(*jit->context, sizeof(int) * 8); in createStore() local
|
| /external/llvm-project/flang/lib/Optimizer/Dialect/ |
| D | FIRType.cpp | 250 mlir::Type intTy; in parseDerived() local
|
| /external/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
| D | ConvertVectorToLLVM.cpp | 1349 } else if (auto intTy = eltType.dyn_cast<IntegerType>()) { in matchAndRewrite() local
|
| /external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
| D | Ops.cpp | 1204 IntegerType intTy = type.dyn_cast<IntegerType>(); in getAsmResultNames() local
|