Home
last modified time | relevance | path

Searched defs:getAttributes (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h228 AttributeSet getAttributes() const { getAttributes() function
H A DFunction.h350 AttributeList getAttributes() const { return AttributeSets; } getAttributes() function
H A DIntrinsicInst.h1647 ConstantInt *getAttributes() const { getAttributes() function
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h162 ArrayRef<Attribute> getAttributes() const { return attributes; } in getAttributes() function
/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h104 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
/llvm-project/mlir/lib/TableGen/
H A DOperator.cpp332 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 DIRNumbering.h159 auto getAttributes() { return llvm::make_pointee_range(orderedAttrs); } in getAttributes() function
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h134 uint8_t getAttributes() const { return Attributes; } getAttributes() function
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h548 MutableArrayRef<NamedAttributeDecl *> getAttributes() { in getAttributes() function
551 MutableArrayRef<NamedAttributeDecl *> getAttributes() const { in getAttributes() function
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h870 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 DAST.cpp636 std::vector<const Attr *> getAttributes(const DynTypedNode &N) { in getAttributes() function
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1984 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 DAttributes.cpp1753 AttributeSet Attrs = getAttributes(Index); in getAttributes() function in AttributeList
[all...]
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp118 llvm::function_ref<SmallVector<int64_t>(MemRefType)> getAttributes, in constifyIndexValues() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp760 AttributeList getAttributes(unsigned i) const { in getAttributes() function in __anon461288fb0411::BitcodeReader