Home
last modified time | relevance | path

Searched refs:NewAttrs (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCommandFlags.h340 AttributeSet Attrs = F.getAttributes(), NewAttrs; in setFunctionAttributes() local
343 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex, in setFunctionAttributes()
347 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex, in setFunctionAttributes()
351 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex, in setFunctionAttributes()
356 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex, in setFunctionAttributes()
361 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex, in setFunctionAttributes()
375 NewAttrs = Attrs.addAttributes(Ctx, AttributeSet::FunctionIndex, NewAttrs); in setFunctionAttributes()
376 F.setAttributes(NewAttrs); in setFunctionAttributes()
/external/llvm/lib/Analysis/
DStratifiedSets.h444 void noteAttributes(const T &Main, const StratifiedAttrs &NewAttrs) { in noteAttributes() argument
448 Link.setAttrs(NewAttrs); in noteAttributes()
DCFLAliasAnalysis.cpp369 auto NewAttrs = SubAttrs | MainAttrs; in tryInterproceduralAnalysis() local
370 Output.push_back(Edge(MainVal, SubVal, EdgeType::Assign, NewAttrs)); in tryInterproceduralAnalysis()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2379 SmallVector<AttributeSet, 8> NewAttrs; in transformCallThroughTrampoline() local
2380 NewAttrs.reserve(Attrs.getNumSlots() + 1); in transformCallThroughTrampoline()
2387 NewAttrs.push_back(AttributeSet::get(Caller->getContext(), in transformCallThroughTrampoline()
2400 NewAttrs.push_back(AttributeSet::get(Caller->getContext(), in transformCallThroughTrampoline()
2412 NewAttrs.push_back(AttributeSet::get(Caller->getContext(), in transformCallThroughTrampoline()
2422 NewAttrs.push_back(AttributeSet::get(FTy->getContext(), in transformCallThroughTrampoline()
2463 AttributeSet::get(FTy->getContext(), NewAttrs); in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1463 AttributeSet NewAttrs = legalizeCallAttributes(ToReplace->getAttributes()); in makeStatepointExplicitImpl() local
1466 Call->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl()
1467 ReturnAttrs = NewAttrs.getRetAttributes(); in makeStatepointExplicitImpl()
1491 AttributeSet NewAttrs = legalizeCallAttributes(ToReplace->getAttributes()); in makeStatepointExplicitImpl() local
1494 Invoke->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl()
1495 ReturnAttrs = NewAttrs.getRetAttributes(); in makeStatepointExplicitImpl()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp94 AttributeSet NewAttrs = NewFunc->getAttributes(); in CloneFunctionInto() local
96 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()