Searched refs:getTypeAttrName (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | FunctionSupport.cpp | 56 op->setAttr(getTypeAttrName(), TypeAttr::get(newType)); in eraseFunctionArguments() 92 op->setAttr(getTypeAttrName(), TypeAttr::get(newType)); in eraseFunctionResults()
|
D | FunctionImplementation.cpp | 192 result.addAttribute(getTypeAttrName(), TypeAttr::get(type)); in parseFunctionLikeOp() 294 ::mlir::SymbolTable::getSymbolAttrName(), getTypeAttrName()}; in printFunctionAttributes()
|
D | BuiltinDialect.cpp | 99 state.addAttribute(getTypeAttrName(), TypeAttr::get(type)); in build()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | FunctionSupport.h | 26 inline StringRef getTypeAttrName() { return "type"; } in getTypeAttrName() function 188 static StringRef getTypeAttrName() { return ::mlir::impl::getTypeAttrName(); } in getTypeAttrName() function 192 getTypeAttrName()); in getTypeAttr() 473 << getTypeAttrName() << '\''; in verifyTrait() 552 concreteOp->setAttr(getTypeAttrName(), TypeAttr::get(newType)); in setType()
|
D | BuiltinOps.td | 151 return emitOpError("requires '" + getTypeAttrName() +
|
/external/llvm-project/mlir/lib/Dialect/GPU/IR/ |
D | GPUDialect.cpp | 547 result.addAttribute(getTypeAttrName(), TypeAttr::get(type)); in build() 629 result.addAttribute(GPUFuncOp::getTypeAttrName(), TypeAttr::get(type)); in parseGPUFuncOp() 704 setAttr(getTypeAttrName(), TypeAttr::get(newType)); in setType() 711 return emitOpError("requires '" + getTypeAttrName() + in verifyType()
|
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | GPUOpsLowering.h | 72 attr.first == impl::getTypeAttrName() || in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
D | ConvertGPUToSPIRV.cpp | 197 if (namedAttr.first == impl::getTypeAttrName() || in lowerAsEntryFunction()
|
/external/llvm-project/mlir/docs/ |
D | Traits.md | 273 The convenience function `getTypeAttrName()` returns the name of an attribute 276 by `getTypeAttrName()`.
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVLowering.cpp | 497 if (namedAttr.first != impl::getTypeAttrName() && in matchAndRewrite()
|
D | SPIRVOps.cpp | 1739 state.addAttribute(impl::getTypeAttrName(), TypeAttr::get(fnType)); in parseFuncOp() 1785 return emitOpError("requires '" + getTypeAttrName() + in verifyType() 1826 state.addAttribute(getTypeAttrName(), TypeAttr::get(type)); in build()
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMDialect.cpp | 1398 result.addAttribute(impl::getTypeAttrName(), TypeAttr::get(type)); in parseLLVMFuncOp() 1448 return emitOpError("requires '" + getTypeAttrName() + in verifyType()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMOps.td | 769 return (*this)->getAttrOfType<TypeAttr>(getTypeAttrName())
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 1218 attr.first == impl::getTypeAttrName() || attr.first == "std.varargs" || in filterFuncAttributes()
|