Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h218 Attribute getAttribute(Attribute::AttrKind Kind) const { getAttribute() function
223 Attribute getAttribute(StringRef Kind) const { getAttribute() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp243 static DerivedT getAttribute(const std::vector<EltTy> &values, getAttribute() function in __anon5898d0ac0111::PyDenseArrayAttribute
262 static constexpr auto getAttribute = mlirDenseBoolArrayGet; global() member
271 static constexpr auto getAttribute = mlirDenseI8ArrayGet; global() member
280 static constexpr auto getAttribute = mlirDenseI16ArrayGet; global() member
289 static constexpr auto getAttribute = mlirDenseI32ArrayGet; global() member
298 static constexpr auto getAttribute = mlirDenseI64ArrayGet; global() member
307 static constexpr auto getAttribute = mlirDenseF32ArrayGet; global() member
316 static constexpr auto getAttribute = mlirDenseF64ArrayGet; global() member
[all...]
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h184 NamedAttribute &getAttribute(int index) { return attributes[index]; } in getAttribute() function
183 NamedAttribute &getAttribute(int index) { return attributes[index]; } getAttribute() function
/llvm-project/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h153 Attribute getAttribute() const { return attr; }; in getAttribute() function
/llvm-project/mlir/lib/TableGen/
H A DAttribute.cpp142 Attribute ConstantAttr::getAttribute() const { getAttribute() function in ConstantAttr
/llvm-project/llvm/lib/IR/
H A DAttributes.cpp917 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { getAttribute() function in AttributeSet
921 Attribute AttributeSet::getAttribute(StringRef Kind) const { getAttribute() function in AttributeSet
1103 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { getAttribute() function in AttributeSetNode
1109 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { getAttribute() function in AttributeSetNode
2057 Attribute AttrBuilder::getAttribute(Attribute::AttrKind A) const { getAttribute() function in AttrBuilder
2065 Attribute AttrBuilder::getAttribute(StringRef A) const { getAttribute() function in AttrBuilder
[all...]
H A DFunction.cpp350 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { getAttribute() function in Argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h67 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
495 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h628 Position *getAttribute(OperationPosition *p, StringRef name) { in getAttribute() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp275 const NamedAttribute *getAttribute() const { getAttribute() function in __anonae090d040411::OperationFormat::TypeResolution