Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DTypes.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
/external/llvm-project/mlir/unittests/IR/
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
/external/llvm-project/clang/test/FixIt/
Dfixit-function-call.cpp9 typedef int intTy; typedef
/external/clang/test/FixIt/
Dfixit-function-call.cpp9 typedef int intTy; typedef
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp219 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local
613 llvm::IntegerType *intTy) { in isLegalIntegerType()
DTargetInfo.cpp117 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp235 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local
672 llvm::IntegerType *intTy) { in isLegalIntegerType()
DTargetInfo.cpp134 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp49 .Case<LLVMIntegerType>([](LLVMIntegerType intTy) { in getPrimitiveSizeInBits()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp681 Integer intTy(32, true); in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp681 Integer intTy(32, true); in TEST() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dtype_manager_test.cpp681 Integer intTy(32, true); in TEST() local
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp363 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/
DFIRType.cpp250 mlir::Type intTy; in parseDerived() local
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp1349 } else if (auto intTy = eltType.dyn_cast<IntegerType>()) { in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp1204 IntegerType intTy = type.dyn_cast<IntegerType>(); in getAsmResultNames() local