Home
last modified time | relevance | path

Searched defs:intAttr (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/mlir/unittests/TableGen/
H A DEnumsGenTest.cpp177 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 DVCIXToLLVMIRTranslation.cpp32 auto intAttr = cast<IntegerAttr>(opcodeAttr); in getXlenType() local
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMapMemRefStorageClassPass.cpp72 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 DSerializer.cpp239 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 DNVGPUDialect.cpp53 if (auto intAttr = llvm::dyn_cast<IntegerAttr>(memorySpace)) in isSharedMemoryAddressSpace() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp255 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 DStaticValueUtils.cpp115 if (auto intAttr = dyn_cast_or_null<IntegerAttr>(attr)) getConstantIntValue() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp336 __anonafe22ded0402(IntegerAttr intAttr) translateImpl() argument
H A DModuleTranslation.cpp577 if (auto intAttr = dyn_cast<IntegerAttr>(attr)) getLLVMConstant() local
1445 __anoneb68762c0e02(auto intAttr) convertParameterAttrs() argument
/llvm-project/mlir/include/mlir/IR/
H A DMatchers.h43 if (auto intAttr = llvm::dyn_cast<AttrClass>(attr)) { match() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DIntNarrowing.cpp
H A DEmulateWideInt.cpp189 if (auto intAttr = dyn_cast<IntegerAttr>(oldValue)) { in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp268 if (spirv::symbolizeCapability(intAttr.getValue().getZExtValue())) in verify() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp2674 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 DRISCV.cpp1054 DenseMap<unsigned, unsigned> intAttr; global() member in __anon6cb1dc980411::RISCVAttributesSection
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp47 if (auto intAttr = dyn_cast<IntegerAttr>(srcAttr)) in convertBoolAttr() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp411 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 DFIRBuilderTest.cpp433 auto intAttr = mlir::dyn_cast<mlir::IntegerAttr>(cst.getValue()); TEST_F() local
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp71 if (auto intAttr = dyn_cast_or_null<IntegerAttr>(attr)) in getConstantIntValue() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp223 auto intAttr = cast<IntegerAttr>(attr); in computeContinuousTileSizes() local
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp1996 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 DSparseTensorDialect.cpp638 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 DCodeGen.cpp2001 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 DConvertVectorToLLVM.cpp120 auto intAttr = cast<IntegerAttr>(attr); getAsLLVMValue() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp158 auto intAttr = dyn_cast<IntegerAttr>(op.getAttr()); matchAndRewrite() local

12