Home
last modified time | relevance | path

Searched refs:newAttribute (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/runtime/
H A Dsupport.cpp28 ISO::CFI_attribute_t newAttribute, enum LowerBoundModifier newLowerBounds) { in RTDEF()
36 to.raw().attribute = newAttribute; in RTDEF()
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DSupport.cpp30 mlir::Value newAttribute, in genCopyAndUpdateDescriptor() argument
38 newAttribute, newLowerBounds); in genCopyAndUpdateDescriptor()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAssumedRankOpConversion.cpp96 mlir::Value newAttribute = builder.createIntegerConstant( in matchAndRewrite() local
104 newAttribute, lowerBoundModifier); in matchAndRewrite()
/llvm-project/flang/include/flang/Runtime/
H A Dsupport.h46 ISO::CFI_attribute_t newAttribute, enum LowerBoundModifier newLowerBounds);
/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/
H A DSupport.h27 mlir::Value newAttribute,
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp71 void NamedAttrList::push_back(NamedAttribute newAttribute) { in assign()
73 dictionarySorted.setInt(attrs.empty() || attrs.back() < newAttribute); in assign()
75 attrs.push_back(newAttribute);
76 push_back(NamedAttribute newAttribute) push_back() argument
/llvm-project/mlir/include/mlir/IR/
H A DOperationSupport.h870 void push_back(NamedAttribute newAttribute); in reserve()