HomeSort by relevance Sort by last modified time
    Searched defs:getStackAlignment (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDevice.cpp 62 uint32_t AMDGPUDevice::getStackAlignment() const
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 66 /// getStackAlignment - This method returns the number of bytes to which the
70 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/include/llvm/IR/
DataLayout.h 251 unsigned getStackAlignment() const { return StackNaturalAlign; }
Attributes.h 185 unsigned getStackAlignment() const;
342 unsigned getStackAlignment(unsigned Index) const;
491 uint64_t getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/IR/
Attributes.cpp 165 unsigned Attribute::getStackAlignment() const {
521 unsigned AttributeSetNode::getStackAlignment() const {
524 return I->getStackAlignment();
567 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
674 getWithStackAlignment(C, B.getStackAlignment())));
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 145 /// getStackAlignment - Returns the minimum alignment known to hold of the
148 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 443 /// getStackAlignment - Returns the minimum alignment known to hold of the
446 unsigned getStackAlignment() const { return stackAlignment; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 281 unsigned getStackAlignment() const { return stackAlignment; }

Completed in 412 milliseconds