Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h689 MaybeAlign getRetAlignment() const;
H A DInstrTypes.h1706 MaybeAlign getRetAlign() const { return Attrs.getRetAlignment(); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp949 Alignment = Call->getCalledFunction()->getAttributes().getRetAlignment(); in getPointerAlignment()
H A DAttributes.cpp1427 MaybeAlign AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4502 llvm::Align CurAlign = Attrs.getRetAlignment().valueOrOne(); in maybeRaiseRetAlignmentAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4857 Alignment = F->getAttributes().getRetAlignment(); in visitTargetIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11874 if (MaybeAlign RetAlign = Attrs.getRetAlignment()) in computeKnownAlignForTargetInstr()