Searched refs:getRetAlignment (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1595 LLVM_ATTRIBUTE_DEPRECATED(unsigned getRetAlignment() const,
1597 if (const auto MA = Attrs.getRetAlignment())
1603 MaybeAlign getRetAlign() const { return Attrs.getRetAlignment(); }
H A DAttributes.h621 MaybeAlign getRetAlignment() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp796 Alignment = Call->getCalledFunction()->getAttributes().getRetAlignment();
H A DAttributes.cpp1443 MaybeAlign AttributeList::getRetAlignment() const { function in class:AttributeList
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4136 llvm::Align CurAlign = Attrs.getRetAlignment().valueOrOne();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4736 Alignment = F->getAttributes().getRetAlignment();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11394 if (MaybeAlign RetAlign = Attrs.getRetAlignment())

Completed in 147 milliseconds