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.h1830 if (auto Align = Attrs.getRetAlignment())
1833 return F->getAttributes().getRetAlignment();
H A DAttributes.h879 MaybeAlign getRetAlignment() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp970 Alignment = Call->getCalledFunction()->getAttributes().getRetAlignment(); in getPointerAlignment()
H A DAttributes.cpp1668 MaybeAlign AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1329 if (MaybeAlign Align = Attrs.getRetAlignment()) in addNoUndefAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1555 if (ValidPG.getAlignment().valueOrOne() < AL.getRetAlignment().valueOrOne()) in AddReturnAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4904 llvm::Align CurAlign = Attrs.getRetAlignment().valueOrOne(); in maybeRaiseRetAlignmentAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15864 if (MaybeAlign RetAlign = Attrs.getRetAlignment()) in computeKnownAlignForTargetInstr()