Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h409 unsigned getRetAlignment() const { in getRetAlignment() function
410 CALLSITE_DELEGATE_GETTER(getRetAlignment()); in getRetAlignment()
DInstrTypes.h1590 unsigned getRetAlignment() const {
1591 if (const auto MA = Attrs.getRetAlignment())
1597 MaybeAlign getRetAlign() const { return Attrs.getRetAlignment(); }
DAttributes.h607 MaybeAlign getRetAlignment() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp722 const MaybeAlign Alignment(Call->getRetAlignment()); in getPointerAlignment()
725 Call->getCalledFunction()->getAttributes().getRetAlignment()); in getPointerAlignment()
DAttributes.cpp1351 MaybeAlign AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h1669 LLVM_ATTRIBUTE_DEPRECATED(unsigned getRetAlignment() const,
1671 if (const auto MA = Attrs.getRetAlignment())
1677 MaybeAlign getRetAlign() const { return Attrs.getRetAlignment(); }
DAttributes.h646 MaybeAlign getRetAlignment() const;
/external/llvm-project/llvm/lib/IR/
DValue.cpp826 Alignment = Call->getCalledFunction()->getAttributes().getRetAlignment(); in getPointerAlignment()
DAttributes.cpp1475 MaybeAlign AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp4205 llvm::Align CurAlign = Attrs.getRetAlignment().valueOrOne(); in maybeRaiseRetAlignmentAttribute()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4709 Alignment = F->getAttributes().getRetAlignment(); in visitTargetIntrinsic()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp11656 if (MaybeAlign RetAlign = Attrs.getRetAlignment()) in computeKnownAlignForTargetInstr()