Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/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