Home
last modified time | relevance | path

Searched refs:newArgAttrs (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DFunctionSupport.cpp46 SmallVector<MutableDictionaryAttr, 4> newArgAttrs; in eraseFunctionArguments() local
48 newArgAttrs.emplace_back(getArgAttrDict(op, i)); in eraseFunctionArguments()
52 for (unsigned i = newArgAttrs.size(), e = originalNumArgs; i < e; ++i) in eraseFunctionArguments()
59 for (unsigned i = 0, e = newArgAttrs.size(); i != e; ++i) { in eraseFunctionArguments()
61 auto argAttr = newArgAttrs[i]; in eraseFunctionArguments()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp4586 SmallVector<llvm::AttributeSet, 8> newArgAttrs; in replaceUsesOfNonProtoConstant() local
4605 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()
4634 oldAttrs.getRetAttributes(), newArgAttrs)); in replaceUsesOfNonProtoConstant()