/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalVariable.h | 228 AttributeSet getAttributes() const { getAttributes() function
|
H A D | Function.h | 350 AttributeList getAttributes() const { return AttributeSets; } getAttributes() function
|
H A D | IntrinsicInst.h | 1647 ConstantInt *getAttributes() const { getAttributes() function
|
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/ |
H A D | Operation.h | 162 ArrayRef<Attribute> getAttributes() const { return attributes; } in getAttributes() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 104 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Operator.cpp | 332 auto Operator::getAttributes() const getAttributes() function in Operator 342 auto Operator::getAttributes() -> llvm::iterator_range<attribute_iterator> { getAttributes() function in Operator
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | IRNumbering.h | 159 auto getAttributes() { return llvm::make_pointee_range(orderedAttrs); } in getAttributes() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 134 uint8_t getAttributes() const { return Attributes; } getAttributes() function
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 548 MutableArrayRef<NamedAttributeDecl *> getAttributes() { in getAttributes() function 551 MutableArrayRef<NamedAttributeDecl *> getAttributes() const { in getAttributes() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 870 ParsedAttributes &getAttributes() { return Attrs; } getAttributes() function 871 const ParsedAttributes &getAttributes() const { return Attrs; } getAttributes() function 2683 const ParsedAttributes &getAttributes() const { return Attrs; } getAttributes() function 2684 ParsedAttributes &getAttributes() { return Attrs; } getAttributes() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | AST.cpp | 636 std::vector<const Attr *> getAttributes(const DynTypedNode &N) { in getAttributes() function
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1984 llvm::SmallVector<mlir::Attribute> fir::FieldIndexOp::getAttributes() { getAttributes() function in fir::FieldIndexOp 2386 llvm::SmallVector<mlir::Attribute> fir::LenParamIndexOp::getAttributes() { getAttributes() function in fir::LenParamIndexOp
|
/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 1753 AttributeSet Attrs = getAttributes(Index); in getAttributes() function in AttributeList [all...] |
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 118 llvm::function_ref<SmallVector<int64_t>(MemRefType)> getAttributes, in constifyIndexValues() argument
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 760 AttributeList getAttributes(unsigned i) const { in getAttributes() function in __anon461288fb0411::BitcodeReader
|