Home
last modified time | relevance | path

Searched refs:setAttrs (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DOneToNTypeConversion.cpp41 newOp->setAttrs(op->getAttrs()); in matchAndRewrite()
81 newOp->setAttrs(op->getAttrs()); in matchAndRewrite()
174 newOp->setAttrs(forOp->getAttrs()); in matchAndRewrite()
H A DStructuralTypeConversions.cpp128 newOp->setAttrs(op->getAttrs()); in convertSourceOp()
153 newOp->setAttrs(op->getAttrs()); in convertSourceOp()
H A DBufferizableOpInterfaceImpl.cpp762 newForOp->setAttrs(forOp->getAttrs()); in bufferize()
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DConstantPropagationAnalysis.cpp88 op->setAttrs(originalAttrs); in visitOperation()
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h520 void setAttrs(DictionaryAttr newAttrs); in setDiscardableAttrs()
521 void setAttrs(ArrayRef<NamedAttribute> newAttrs); in setDiscardableAttrs()
659 setAttrs(attrs.getDictionary(getContext())); in populateDefaultAttrs()
666 setAttrs(attrs.getDictionary(getContext()));
/llvm-project/mlir/test/lib/Dialect/DLTI/
H A DTestDataLayoutQuery.cpp62 op->setAttrs( in runOnOperation()
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h100 void setAttrs(std::vector<std::string> MAttrs) { in setAttrs() function
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeHashingTest.cpp21 PR.setAttrs(PointerKind::Near32, PointerMode::Pointer, PointerOptions::None, in createPointerRecord()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DConstantArgumentGlobalisation.cpp134 newOp->setAttrs(callOp->getAttrs()); in matchAndRewrite()
/llvm-project/mlir/lib/IR/
H A DAttrTypeSubElements.cpp98 op->setAttrs(cast<DictionaryAttr>(newAttrs)); in replaceElementsIn()
H A DOperation.cpp150 op->setAttrs(attributes); in create()
305 void Operation::setAttrs(DictionaryAttr newAttrs) { in setAttrs() function in Operation
323 void Operation::setAttrs(ArrayRef<NamedAttribute> newAttrs) { in setAttrs() function in Operation
/llvm-project/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp230 dest->setAttrs(DictionaryAttr::get(getContext(), newAttrs)); in cloneInto()
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h498 void setAttrs(uint16_t A) { Attrs = A; } in setAttrs() function
499 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); } in setFlags()
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp300 newCallOp->setAttrs(callOp->getAttrs()); in bufferizesToMemoryWrite()
/llvm-project/llvm/tools/lto/
H A Dlto.cpp155 CG->setAttrs(codegen::getMAttrs()); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/llvm-project/clang/include/clang/AST/
H A DComment.h492 void setAttrs(ArrayRef<Attribute> Attrs) {
H A DDeclBase.h523 void setAttrs(const AttrVec& Attrs) {
526 void setAttrs(const AttrVec& Attrs) { setAttrs() function
/llvm-project/clang/lib/AST/
H A DCommentSema.cpp440 Tag->setAttrs(Attrs); in actOnHTMLStartTagFinish()
H A DDeclBase.cpp1021 setAttrs(AttrVec(1, A)); in addAttr()
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1152 CodeGen.setAttrs(codegen::getMAttrs()); in main()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs() function
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp556 newLoop->setAttrs(getPrunedAttributeList(getOperation(), {})); in replaceWithAdditionalYields()
800 newForOp->setAttrs(forOp->getAttrs()); in matchAndRewrite()
906 newForOp->setAttrs(forOp->getAttrs()); in computeConstDiff()
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp4258 auto testAttributeSets = [&](llvm::ArrayRef<mlir::NamedAttribute> setAttrs, in valueCheckFirAttributes()
4262 // in setAttrs set. in valueCheckFirAttributes()
4264 if (llvm::any_of(setAttrs, [&](mlir::NamedAttribute setAttr) { in valueCheckFirAttributes()
4273 // in setAttrs set. in valueCheckFirAttributes()
4275 if (llvm::none_of(setAttrs, [&](mlir::NamedAttribute setAttr) { in valueCheckFirAttributes()
4246 __anonfccd667a1302(llvm::ArrayRef<mlir::NamedAttribute> setAttrs, llvm::ArrayRef<llvm::StringRef> checkAttrs) valueCheckFirAttributes() argument
/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp777 P.Addr->setAttrs(Attrs); in newNode()
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1045 ImplDecl->setAttrs(Decl->getAttrs()); in RedeclarePropertyAccessor()

12