Home
last modified time | relevance | path

Searched refs:getRetAlignment (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1770 if (auto Align = Attrs.getRetAlignment())
1773 return F->getAttributes().getRetAlignment();
H A DAttributes.h920 LLVM_ABI MaybeAlign getRetAlignment() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp998 Alignment = Call->getCalledFunction()->getAttributes().getRetAlignment(); in getPointerAlignment()
H A DAttributes.cpp1911 MaybeAlign AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1722 if (MaybeAlign Align = Attrs.getRetAlignment()) in addNoUndefAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1641 if (ValidPG.getAlignment().valueOrOne() < AL.getRetAlignment().valueOrOne()) in AddReturnAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5078 llvm::Align CurAlign = Attrs.getRetAlignment().valueOrOne(); in maybeRaiseRetAlignmentAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16943 if (MaybeAlign RetAlign = Attrs.getRetAlignment()) in computeKnownAlignForTargetInstr()