Home
last modified time | relevance | path

Searched refs:getParamDereferenceableBytes (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroAnnotationElide.cpp134 NewCallee->getParamDereferenceableBytes(FramePtrArgPosition); in run()
H A DCoroElide.cpp117 auto Size = Resume->getParamDereferenceableBytes(0); in getFrameLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h522 uint64_t getParamDereferenceableBytes(unsigned ArgNo) const { in getParamDereferenceableBytes() function
523 return AttributeSets.getParamDereferenceableBytes(ArgNo); in getParamDereferenceableBytes()
H A DInstrTypes.h1849 uint64_t getParamDereferenceableBytes(unsigned i) const {
1850 return Attrs.getParamDereferenceableBytes(i);
H A DAttributes.h957 LLVM_ABI uint64_t getParamDereferenceableBytes(unsigned Index) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp257 if (uint64_t Bytes = MI->getParamDereferenceableBytes(I)) in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp248 return getParent()->getParamDereferenceableBytes(getArgNo()); in getDereferenceableBytes()
H A DAttributes.cpp1959 uint64_t AttributeList::getParamDereferenceableBytes(unsigned Index) const { in getParamDereferenceableBytes() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1694 if (uint64_t Bytes = Intr->getParamDereferenceableBytes(I)) { in tryPromoteAllocaToLDS()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1456 if (AL.getParamDereferenceableBytes(I) > in AddParamAndFnBasicAttributes()
H A DSimplifyLibCalls.cpp282 if (CI->getParamDereferenceableBytes(ArgNo) < DerefBytes) { in annotateDereferenceableBytes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4114 bool HasDereferenceable = Call.getParamDereferenceableBytes(ArgNo) > 0; in visitCallBase()