/llvm-project/mlir/unittests/TableGen/ |
H A D | EnumsGenTest.cpp | 177 mlir::Attribute intAttr = mlir::IntegerAttr::get(intType, 5); in TEST() local 186 mlir::Attribute intAttr = mlir::IntegerAttr::get( in TEST() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/VCIX/ |
H A D | VCIXToLLVMIRTranslation.cpp | 32 auto intAttr = cast<IntegerAttr>(opcodeAttr); in getXlenType() local
|
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MapMemRefStorageClassPass.cpp | 72 auto intAttr = dyn_cast<IntegerAttr>(memorySpaceAttr); in mapMemorySpaceToVulkanStorageClass() local 126 auto intAttr = dyn_cast<IntegerAttr>(memorySpaceAttr); in mapMemorySpaceToOpenCLStorageClass() local
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 239 if (auto intAttr = dyn_cast<FPFastMathModeAttr>(attr)) { processDecorationAttr() local 248 if (auto intAttr = dyn_cast<IntegerAttr>(attr)) { processDecorationAttr() local 831 if (auto intAttr = dyn_cast<IntegerAttr>(valueAttr)) { prepareConstantScalar() local 867 prepareConstantInt(Location loc,IntegerAttr intAttr,bool isSpec) prepareConstantInt() argument [all...] |
/llvm-project/mlir/lib/Dialect/NVGPU/IR/ |
H A D | NVGPUDialect.cpp | 53 if (auto intAttr = llvm::dyn_cast<IntegerAttr>(memorySpace)) in isSharedMemoryAddressSpace() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 255 auto intAttr = llvm::dyn_cast<IntegerAttr>(arg); verify() local 1054 } else if (auto intAttr = dyn_cast<IntegerAttr>(initValue)) { verify() local
|
/llvm-project/mlir/lib/Dialect/Utils/ |
H A D | StaticValueUtils.cpp | 115 if (auto intAttr = dyn_cast_or_null<IntegerAttr>(attr)) getConstantIntValue() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DebugTranslation.cpp | 336 __anonafe22ded0402(IntegerAttr intAttr) translateImpl() argument
|
H A D | ModuleTranslation.cpp | 577 if (auto intAttr = dyn_cast<IntegerAttr>(attr)) getLLVMConstant() local 1445 __anoneb68762c0e02(auto intAttr) convertParameterAttrs() argument
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Matchers.h | 43 if (auto intAttr = llvm::dyn_cast<AttrClass>(attr)) { match() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | IntNarrowing.cpp |
|
H A D | EmulateWideInt.cpp | 189 if (auto intAttr = dyn_cast<IntegerAttr>(oldValue)) { in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVAttributes.cpp | 268 if (spirv::symbolizeCapability(intAttr.getValue().getZExtValue())) in verify() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 2674 if (auto intAttr = dyn_cast<IntegerAttr>(constOp.getValue())) convertOmpTargetData() local 2693 if (auto intAttr = dyn_cast<IntegerAttr>(constOp.getValue())) convertOmpTargetData() local 2710 if (auto intAttr = dyn_cast<IntegerAttr>(constOp.getValue())) convertOmpTargetData() local 2728 if (auto intAttr = dyn_cast<IntegerAttr>(constOp.getValue())) convertOmpTargetData() local [all...] |
/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 1054 DenseMap<unsigned, unsigned> intAttr; global() member in __anon6cb1dc980411::RISCVAttributesSection
|
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/ |
H A D | ArithToSPIRV.cpp | 47 if (auto intAttr = dyn_cast<IntegerAttr>(srcAttr)) in convertBoolAttr() local
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 411 IntegerAttr intAttr = llvm::dyn_cast<IntegerAttr>(attr); classof() local 960 auto intAttr = llvm::cast<IntegerAttr>(values[i]); get() local
|
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | FIRBuilderTest.cpp | 433 auto intAttr = mlir::dyn_cast<mlir::IntegerAttr>(cst.getValue()); TEST_F() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ValueBoundsOpInterface.cpp | 71 if (auto intAttr = dyn_cast_or_null<IntegerAttr>(attr)) in getConstantIntValue() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Tiling.cpp | 223 auto intAttr = cast<IntegerAttr>(attr); in computeContinuousTileSizes() local
|
/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
H A D | OpenACC.cpp | 1996 auto intAttr = getCollapseValue() local 2670 auto intAttr = mlir::dyn_cast<mlir::IntegerAttr>((*getGangDim())[*pos]); getGangDimValue() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 638 auto intAttr = llvm::dyn_cast<IntegerAttr>(attr); in parse() local 651 auto intAttr = llvm::dyn_cast<IntegerAttr>(attr); in parse() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 2001 if (auto intAttr = mlir::dyn_cast<mlir::IntegerAttr>(*i)) { collectIndices() local 3073 if (auto intAttr = mlir::dyn_cast<mlir::IntegerAttr>(attr)) { selectMatchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 120 auto intAttr = cast<IntegerAttr>(attr); getAsLLVMValue() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestPatterns.cpp | 158 auto intAttr = dyn_cast<IntegerAttr>(op.getAttr()); matchAndRewrite() local
|