Home
last modified time | relevance | path

Searched refs:NewPAL (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp453 auto NewPAL = New->getAttributes(); in replaceDirectCallers() local
456 NewArgAttrs.push_back(NewPAL.getParamAttributes(argIdx)); in replaceDirectCallers()
460 NewPAL.getRetAttributes(), in replaceDirectCallers()
DDeadArgumentElimination.cpp851 AttributeList NewPAL = in RemoveDeadStuffFromFunction() local
865 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp805 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec); in RemoveDeadStuffFromFunction() local
818 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3015 const AttributeSet &NewPAL = in transformCallThroughTrampoline() local
3027 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
3034 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4495 AttributeList NewPAL = in transformCallThroughTrampoline() local
4508 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
4515 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()