/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalVariable.h | 218 Attribute getAttribute(Attribute::AttrKind Kind) const { getAttribute() function 223 Attribute getAttribute(StringRef Kind) const { getAttribute() function
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRAttributes.cpp | 243 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 D | Operator.h | 184 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 D | InferTypeOpInterface.h | 153 Attribute getAttribute() const { return attr; }; in getAttribute() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Attribute.cpp | 142 Attribute ConstantAttr::getAttribute() const { getAttribute() function in ConstantAttr
|
/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 917 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 D | Function.cpp | 350 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { getAttribute() function in Argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 67 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 D | WindowsManifestMerger.cpp | 96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | Predicate.h | 628 Position *getAttribute(OperationPosition *p, StringRef name) { in getAttribute() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpFormatGen.cpp | 275 const NamedAttribute *getAttribute() const { getAttribute() function in __anonae090d040411::OperationFormat::TypeResolution
|