Home
last modified time | relevance | path

Searched refs:NewArgAttrs (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp400 SmallVector<AttributeSet, 4> NewArgAttrs; in promoteCall() local
424 NewArgAttrs.push_back(AttributeSet::get(Ctx, ArgAttrs)); in promoteCall()
427 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
444 NewArgAttrs)); in promoteCall()
DCloneFunction.cpp111 SmallVector<AttributeSet, 4> NewArgAttrs(NewFunc->arg_size()); in CloneFunctionInto() local
117 NewArgAttrs[NewArg->getArgNo()] = in CloneFunctionInto()
124 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp480 SmallVector<AttributeSet, 4> NewArgAttrs; in promoteCall() local
503 NewArgAttrs.push_back(AttributeSet::get(Ctx, ArgAttrs)); in promoteCall()
506 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
523 NewArgAttrs)); in promoteCall()
DCloneFunction.cpp108 SmallVector<AttributeSet, 4> NewArgAttrs(NewFunc->arg_size()); in CloneFunctionInto() local
114 NewArgAttrs[NewArg->getArgNo()] = in CloneFunctionInto()
121 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1149 std::vector<AttributeSet> NewArgAttrs; in applyICallBranchFunnel() local
1150 NewArgAttrs.push_back(AttributeSet::get( in applyICallBranchFunnel()
1154 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
1157 Attrs.getRetAttributes(), NewArgAttrs)); in applyICallBranchFunnel()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2449 std::vector<AttributeSet> NewArgAttrs; in transformCallThroughTrampoline() local
2451 NewArgAttrs.reserve(Call.arg_size()); in transformCallThroughTrampoline()
2466 NewArgAttrs.push_back(NestAttr); in transformCallThroughTrampoline()
2474 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in transformCallThroughTrampoline()
2521 Attrs.getRetAttributes(), NewArgAttrs); in transformCallThroughTrampoline()
/external/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1305 std::vector<AttributeSet> NewArgAttrs; in applyICallBranchFunnel() local
1306 NewArgAttrs.push_back(AttributeSet::get( in applyICallBranchFunnel()
1310 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
1313 Attrs.getRetAttributes(), NewArgAttrs)); in applyICallBranchFunnel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4863 std::vector<AttributeSet> NewArgAttrs; in transformCallThroughTrampoline() local
4865 NewArgAttrs.reserve(Call.arg_size()); in transformCallThroughTrampoline()
4880 NewArgAttrs.push_back(NestAttr); in transformCallThroughTrampoline()
4888 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in transformCallThroughTrampoline()
4935 Attrs.getRetAttributes(), NewArgAttrs); in transformCallThroughTrampoline()