Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h1734 if (auto Align = Attrs.getRetAlignment())
1737 return F->getAttributes().getRetAlignment();
H A DAttributes.h820 MaybeAlign getRetAlignment() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp958 Alignment = Call->getCalledFunction()->getAttributes().getRetAlignment(); in getPointerAlignment()
H A DAttributes.cpp1428 MaybeAlign AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4587 llvm::Align CurAlign = Attrs.getRetAlignment().valueOrOne(); in maybeRaiseRetAlignmentAttribute()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4858 Alignment = F->getAttributes().getRetAlignment(); in visitTargetIntrinsic()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12502 if (MaybeAlign RetAlign = Attrs.getRetAlignment()) in computeKnownAlignForTargetInstr()