Home
last modified time | relevance | path

Searched refs:getParamByValType (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DArgument.h87 Type *getParamByValType() const;
DFunction.h451 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function
452 Type *Ty = AttributeSets.getParamByValType(ArgNo); in getParamByValType()
DCallSite.h419 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function
420 CALLSITE_DELEGATE_GETTER(getParamByValType(ArgNo)); in getParamByValType()
DAttributes.h613 Type *getParamByValType(unsigned ArgNo) const;
DInstrTypes.h1614 Type *getParamByValType(unsigned ArgNo) const {
1615 Type *Ty = Attrs.getParamByValType(ArgNo);
/external/llvm-project/llvm/include/llvm/IR/
DArgument.h104 Type *getParamByValType() const;
DFunction.h483 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function
484 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
DAttributes.h652 Type *getParamByValType(unsigned ArgNo) const;
DInstrTypes.h1693 Type *getParamByValType(unsigned ArgNo) const {
1694 Type *Ty = Attrs.getParamByValType(ArgNo);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp419 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp498 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp134 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument
136 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
DAttributes.cpp1359 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
/external/llvm-project/llvm/lib/IR/
DFunction.cpp197 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument
199 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
DAttributes.cpp1483 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
/external/llvm-project/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp1005 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr; in promoteArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp1005 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr; in promoteArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp955 EnumerateType(I.getParamByValType()); in incorporateFunction()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1686 ? 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()
DAddressSanitizer.cpp1425 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
2964 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
DHWAddressSanitizer.cpp676 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp1004 EnumerateType(I.getParamByValType()); in incorporateFunction()
/external/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp407 UI, Ptr, DL.getTypeStoreSize(CB.getParamByValType(ArgNo)))); in analyzeAllUses()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1809 ? Call.getParamByValType(ix) in isSafeToEliminateVarargsCast()
2235 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4247 ? Call.getParamByValType(ix) in isSafeToEliminateVarargsCast()
4646 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()

12