/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Argument.h | 87 Type *getParamByValType() const;
|
D | Function.h | 451 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function 452 Type *Ty = AttributeSets.getParamByValType(ArgNo); in getParamByValType()
|
D | CallSite.h | 419 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function 420 CALLSITE_DELEGATE_GETTER(getParamByValType(ArgNo)); in getParamByValType()
|
D | Attributes.h | 613 Type *getParamByValType(unsigned ArgNo) const;
|
D | InstrTypes.h | 1614 Type *getParamByValType(unsigned ArgNo) const { 1615 Type *Ty = Attrs.getParamByValType(ArgNo);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Argument.h | 104 Type *getParamByValType() const;
|
D | Function.h | 483 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function 484 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
|
D | Attributes.h | 652 Type *getParamByValType(unsigned ArgNo) const;
|
D | InstrTypes.h | 1693 Type *getParamByValType(unsigned ArgNo) const { 1694 Type *Ty = Attrs.getParamByValType(ArgNo);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 419 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 498 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 134 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument 136 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
|
D | Attributes.cpp | 1359 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 197 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument 199 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
|
D | Attributes.cpp | 1483 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 1005 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr; in promoteArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 1005 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr; in promoteArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 955 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1686 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow() 1701 MaybeAlign(FArg.getParamAlignment()), FArg.getParamByValType()); in getShadow() 3682 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase() 4204 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() 4820 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
|
D | AddressSanitizer.cpp | 1425 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands() 2964 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
|
D | HWAddressSanitizer.cpp | 676 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 1004 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 407 UI, Ptr, DL.getTypeStoreSize(CB.getParamByValType(ArgNo)))); in analyzeAllUses()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1809 ? Call.getParamByValType(ix) in isSafeToEliminateVarargsCast() 2235 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4247 ? Call.getParamByValType(ix) in isSafeToEliminateVarargsCast() 4646 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()
|