/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 192 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs() 755 ArgAttrVec.push_back(PAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction() 897 AttributeSet Attrs = CallPAL.getParamAttributes(i); in RemoveDeadStuffFromFunction() 916 ArgAttrVec.push_back(CallPAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 150 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo)); in doPromotion() 253 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion() 316 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
|
D | MergeFunctions.cpp | 456 NewArgAttrs.push_back(NewPAL.getParamAttributes(argIdx)); in replaceDirectCallers()
|
D | WholeProgramDevirt.cpp | 928 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 226 Attributes getParamAttributes(unsigned Idx) const { in getParamAttributes() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1064 unsigned Attrs = CallerPAL.getParamAttributes(i + 1); in transformConstExprCastCall() 1148 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall() 1176 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall() 1275 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline() 1312 if (Attributes Attr = Attrs.getParamAttributes(Idx)) in transformCallThroughTrampoline()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 540 if (Attributes attrs = PAL.getParamAttributes(ArgIndex)) in DoPromotion() 660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion() 724 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion()
|
D | DeadArgumentElimination.cpp | 743 if (Attributes Attrs = PAL.getParamAttributes(i + 1)) in RemoveDeadStuffFromFunction() 804 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1)) in RemoveDeadStuffFromFunction() 811 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1)) in RemoveDeadStuffFromFunction()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 320 AttributeSet getParamAttributes(unsigned Index) const;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1512 printArgument(I, Attrs.getParamAttributes(Idx)); in printFunction() 1524 Attributes ArgAttrs = Attrs.getParamAttributes(i+1); in printFunction() 1821 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op + 1)); in printInstruction() 1871 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op + 1)); in printInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2693 if (AttrBuilder(CallerPAL.getParamAttributes(i + 1), i + 1). in transformConstExprCastCall() 2703 CallerPAL.getParamAttributes(i + 1).hasAttribute(i + 1, in transformConstExprCastCall() 2785 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall() 2813 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall() 2921 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline() 2960 AttributeSet Attr = Attrs.getParamAttributes(Idx); in transformCallThroughTrampoline()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 319 AttributeSet getParamAttributes(unsigned Index) const;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 96 .getParamAttributes(I->getArgNo() + 1)); in CloneFunctionInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 520 AttributeSet getParamAttributes(unsigned ArgNo) const;
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 110 OldAttrs.getParamAttributes(OldArg.getArgNo() + 1); in CloneFunctionInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4201 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall() 4279 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall() 4306 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall() 4413 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); in transformCallThroughTrampoline() 4450 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in transformCallThroughTrampoline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 118 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
|
D | InlineFunction.cpp | 1820 VarArgsAttrs.push_back(CS.getAttributes().getParamAttributes(i)); in InlineFunction() 1853 ArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in InlineFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 684 AttributeSet attrs = PAL.getParamAttributes(ArgIndex); in DoPromotion()
|
D | MergeFunctions.cpp | 1625 AttributeSet Attrs = NewFuncAttrs.getParamAttributes(argIdx); in replaceDirectCallers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 3334 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction() 3344 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo())); in printFunction() 3703 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction() 3745 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
|
D | Attributes.cpp | 1188 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { in getParamAttributes() function in AttributeList
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 264 ArgumentAttributes[TransformedIndex] = CallSiteAttrs.getParamAttributes(i); in TransformFunctionAttributes() 270 ArgumentAttributes.push_back(CallSiteAttrs.getParamAttributes(i)); in TransformFunctionAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 433 ArgAttributes.push_back(InvokeAL.getParamAttributes(i)); in wrapInvoke()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1066 AttributeSet AttributeSet::getParamAttributes(unsigned Index) const { in getParamAttributes() function in AttributeSet
|