/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | OneToNTypeConversion.cpp | 41 newOp->setAttrs(op->getAttrs()); in matchAndRewrite() 81 newOp->setAttrs(op->getAttrs()); in matchAndRewrite() 174 newOp->setAttrs(forOp->getAttrs()); in matchAndRewrite()
|
H A D | StructuralTypeConversions.cpp | 128 newOp->setAttrs(op->getAttrs()); in convertSourceOp() 153 newOp->setAttrs(op->getAttrs()); in convertSourceOp()
|
H A D | BufferizableOpInterfaceImpl.cpp | 762 newForOp->setAttrs(forOp->getAttrs()); in bufferize()
|
/llvm-project/mlir/lib/Analysis/DataFlow/ |
H A D | ConstantPropagationAnalysis.cpp | 88 op->setAttrs(originalAttrs); in visitOperation()
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Operation.h | 520 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 D | TestDataLayoutQuery.cpp | 62 op->setAttrs( in runOnOperation()
|
/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 100 void setAttrs(std::vector<std::string> MAttrs) { in setAttrs() function
|
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeHashingTest.cpp | 21 PR.setAttrs(PointerKind::Near32, PointerMode::Pointer, PointerOptions::None, in createPointerRecord()
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ConstantArgumentGlobalisation.cpp | 134 newOp->setAttrs(callOp->getAttrs()); in matchAndRewrite()
|
/llvm-project/mlir/lib/IR/ |
H A D | AttrTypeSubElements.cpp | 98 op->setAttrs(cast<DictionaryAttr>(newAttrs)); in replaceElementsIn()
|
H A D | Operation.cpp | 150 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 D | FuncOps.cpp | 230 dest->setAttrs(DictionaryAttr::get(getContext(), newAttrs)); in cloneInto()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 498 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 D | FuncBufferizableOpInterfaceImpl.cpp | 300 newCallOp->setAttrs(callOp->getAttrs()); in bufferizesToMemoryWrite()
|
/llvm-project/llvm/tools/lto/ |
H A D | lto.cpp | 155 CG->setAttrs(codegen::getMAttrs()); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
/llvm-project/clang/include/clang/AST/ |
H A D | Comment.h | 492 void setAttrs(ArrayRef<Attribute> Attrs) {
|
H A D | DeclBase.h | 523 void setAttrs(const AttrVec& Attrs) { 526 void setAttrs(const AttrVec& Attrs) { setAttrs() function
|
/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 440 Tag->setAttrs(Attrs); in actOnHTMLStartTagFinish()
|
H A D | DeclBase.cpp | 1021 setAttrs(AttrVec(1, A)); in addAttr()
|
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 1152 CodeGen.setAttrs(codegen::getMAttrs()); in main()
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs() function
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 556 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 D | FIROps.cpp | 4258 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 D | RDFGraph.cpp | 777 P.Addr->setAttrs(Attrs); in newNode()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1045 ImplDecl->setAttrs(Decl->getAttrs()); in RedeclarePropertyAccessor()
|