Home
last modified time | relevance | path

Searched refs:getParamAttributes (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h226 Attributes getParamAttributes(unsigned Idx) const { in getParamAttributes() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1064 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/
DDeadArgumentElimination.cpp743 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()
DArgumentPromotion.cpp540 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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h320 AttributeSet getParamAttributes(unsigned Index) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1512 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()
DVerifier.cpp1139 Attributes Attr = Attrs.getParamAttributes(Idx); in VerifyCallSite()
DCore.cpp1426 Attributes attr = A->getParent()->getAttributes().getParamAttributes( in LLVMGetAttribute()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2693 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/
DAttributes.h319 AttributeSet getParamAttributes(unsigned Index) const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp96 .getParamAttributes(I->getArgNo() + 1)); in CloneFunctionInto()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp110 OldAttrs.getParamAttributes(OldArg.getArgNo() + 1); in CloneFunctionInto()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp684 AttributeSet attrs = PAL.getParamAttributes(ArgIndex); in DoPromotion()
DMergeFunctions.cpp1625 AttributeSet Attrs = NewFuncAttrs.getParamAttributes(argIdx); in replaceDirectCallers()
/external/llvm/lib/IR/
DAttributes.cpp1066 AttributeSet AttributeSet::getParamAttributes(unsigned Index) const { in getParamAttributes() function in AttributeSet
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2788 oldAttrs.getParamAttributes(argNo + 1))); in replaceUsesOfNonProtoConstant()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1401 * [llvm::Attributes::getParamAttributes] *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1579 [llvm::Attributes::getParamAttributes] *)