Home
last modified time | relevance | path

Searched refs:isIntOrFloat (Results 1 – 25 of 131) sorted by relevance

123456

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DTypes.cpp87 bool Type::isIntOrFloat() const { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
89 bool Type::isIntOrIndexOrFloat() const { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
92 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp87 bool Type::isIntOrFloat() const { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
89 bool Type::isIntOrIndexOrFloat() const { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
92 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp87 bool Type::isIntOrFloat() const { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
89 bool Type::isIntOrIndexOrFloat() const { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
92 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp87 bool Type::isIntOrFloat() const { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
89 bool Type::isIntOrIndexOrFloat() const { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
92 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypes.cpp91 bool Type::isIntOrFloat() const { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
93 bool Type::isIntOrIndexOrFloat() const { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
96 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypes.cpp91 bool Type::isIntOrFloat() const { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
93 bool Type::isIntOrIndexOrFloat() const { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
96 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DStandardTypes.cpp88 bool Type::isIntOrFloat() { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
90 bool Type::isIntOrIndexOrFloat() { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
108 if (!elementType.isIntOrFloat()) in verifyConstructionInvariants()
171 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
230 if (elementType.isIntOrFloat()) in getSizeInBits()
401 if (!elementType.isIntOrFloat() && in getImpl()
479 if (!elementType.isIntOrFloat() && in verifyConstructionInvariants()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DStandardTypes.cpp45 bool Type::isIntOrFloat() { return isa<IntegerType>() || isa<FloatType>(); } in isIntOrFloat() function in Type
104 assert(isIntOrFloat() && "only ints and floats have a bitwidth"); in getIntOrFloatBitWidth()
159 if (elementType.isIntOrFloat()) in getSizeInBits()
336 if (!elementType.isIntOrFloat() && !elementType.isa<VectorType>()) in getImpl()
414 if (!elementType.isIntOrFloat() && !elementType.isa<VectorType>()) in verifyConstructionInvariants()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DStandardTypes.cpp89 bool Type::isIntOrFloat() { return isa<IntegerType, FloatType>(); } in isIntOrFloat() function in Type
91 bool Type::isIntOrIndexOrFloat() { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat()
94 assert(isIntOrFloat() && "only integers and floats have a bitwidth"); in getIntOrFloatBitWidth()
115 if (!elementType.isIntOrFloat()) in verifyConstructionInvariants()
226 if (elementType.isIntOrFloat()) in getSizeInBits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DStandardTypes.h280 static bool isValidElementType(Type t) { return t.isIntOrFloat(); } in isValidElementType()
299 return type.isIntOrFloat() || type.isa<ComplexType>() || in isValidElementType()
H A DTypes.h161 bool isIntOrFloat();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp61 (elementType.isIntOrFloat()); in isSupportedType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp61 (elementType.isIntOrFloat()); in isSupportedType()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp61 (elementType.isIntOrFloat()); in isSupportedType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp61 (elementType.isIntOrFloat()); in isSupportedType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp61 (elementType.isIntOrFloat()); in isSupportedType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp62 (elementType.isIntOrFloat()); in isSupportedType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp61 (elementType.isIntOrFloat()); in isSupportedType()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp61 (elementType.isIntOrFloat());
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertSPIRVToLLVM.cpp54 assert((type.isIntOrFloat() || type.isa<VectorType>()) && in getBitWidth()
56 if (type.isIntOrFloat()) in getBitWidth()
60 assert(elementType.isIntOrFloat() && in getBitWidth()
287 if (!srcType.isa<VectorType>() && !srcType.isIntOrFloat()) in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DTypes.h151 bool isIntOrFloat() const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DTypes.h151 bool isIntOrFloat() const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DTypes.h153 bool isIntOrFloat() const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DTypes.h153 bool isIntOrFloat() const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DTypes.h153 bool isIntOrFloat() const;

123456