Home
last modified time | relevance | path

Searched defs:newAttrs (Results 1 – 9 of 9) sorted by relevance

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGenOpenMP.cpp70 llvm::SmallVector<mlir::NamedAttribute> newAttrs; in matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DAttrTypeSubElements.cpp91 if (auto newAttrs = replaceIfDifferent(op->getAttrDictionary())) replaceElementsIn() local
166 SmallVector<Attribute, 16> newAttrs; replaceSubElements() local
H A DOperation.cpp305 void Operation::setAttrs(DictionaryAttr newAttrs) { in setAttrs() argument
323 void Operation::setAttrs(ArrayRef<NamedAttribute> newAttrs) { in setAttrs() argument
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DFunctionInterfaces.cpp130 SmallVector<Attribute, 8> newAttrs(numTotalIndices, in setArgResAttrDict() local
149 SmallVector<Attribute, 8> newAttrs(rawAttrArray); in setArgResAttrDict() local
353 SmallVector<Attribute> newAttrs(attrs.begin(), attrs.end()); in setFunctionType() local
/llvm-project/mlir/lib/Dialect/AMDGPU/Transforms/
H A DEmulateAtomics.cpp60 patchOperandSegmentSizes(ArrayRef<NamedAttribute> attrs,SmallVectorImpl<NamedAttribute> & newAttrs,DataArgAction action) patchOperandSegmentSizes() argument
/llvm-project/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp172 SmallVector<NamedAttribute> newAttrs; matchAndRewrite() local
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h518 setDiscardableAttrs(DictionaryAttr newAttrs) setDiscardableAttrs() argument
522 setDiscardableAttrs(ArrayRef<NamedAttribute> newAttrs) setDiscardableAttrs() argument
/llvm-project/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp225 auto newAttrs = llvm::to_vector(llvm::map_range( cloneInto() local
/llvm-project/mlir/unittests/IR/
H A DOperationSupportTest.cpp256 SmallVector<NamedAttribute> newAttrs = { in TEST() local