Home
last modified time | relevance | path

Searched defs:getAttr (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/
H A DTargetAndABI.h62 TargetEnvAttr getAttr() const { return targetAttr; } in getAttr() function
/llvm-project/mlir/include/mlir/TableGen/
H A DPattern.h379 static SymbolInfo getAttr(const Operator *op, int index) { in getAttr() function
383 static SymbolInfo getAttr() { in getAttr() function
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h529 Attribute getAttr(StringAttr name) { getAttr() function
536 Attribute getAttr(StringRef name) { getAttr() function
H A DBuilders.h100 Attr getAttr(Args &&...args) { getAttr() function
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp546 DenseElementsAttr TensorLiteralParser::getAttr(SMLoc loc, ShapedType type) { getAttr() function in TensorLiteralParser
856 DenseArrayAttr getAttr() { return DenseArrayAttr::get(type, size, rawData); } getAttr() function in __anoneab743ba0611::DenseArrayElementParser
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h232 dwarf::Attribute getAttr() const { return TagAttrOpcode.Attr; } in getAttr() function
/llvm-project/clang/include/clang/AST/
H A DDeclBase.h579 template<typename T> T *getAttr() const { getAttr() function
H A DTypeLoc.h898 const Attr *getAttr() const { getAttr() function
930 const BTFTypeTagAttr *getAttr() const { return getTypePtr()->getAttr(); } getAttr() function
/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h406 const Attr *getAttr() const { return Attribute; } getAttr() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp306 Formatter getAttr(StringRef attrName, bool isNamed = false) const { getAttr() function in __anon4a9417d70111::OpOrAdaptorHelper
1341 std::string getAttr; global() local
1372 std::string getAttr; global() local
[all...]
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp345 Error getAttr(hsa_amd_memory_pool_info_t Kind, Ty &Value) const { getAttr() function
358 Error getAttr(hsa_agent_t Agent, hsa_amd_agent_memory_pool_info_t Kind, getAttr() function
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp556 auto getAttr = [&](llvm::dwarf::Attribute Attr, unsigned defaultValue = 0) { GetPtrAuthMofidierPayload() local