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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDevice.cpp 62 uint32_t AMDGPUDevice::getStackAlignment() const
  /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/
Attributes.h 174 unsigned getStackAlignment() const;
312 unsigned getStackAlignment(unsigned Index) const;
455 uint64_t getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/IR/
Attributes.cpp 152 unsigned Attribute::getStackAlignment() const {
461 unsigned AttributeSetNode::getStackAlignment() const {
464 return I->getStackAlignment();
500 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
604 getWithStackAlignment(C, B.getStackAlignment())));
857 unsigned AttributeSet::getStackAlignment(unsigned Index) const {
859 return ASN ? ASN->getStackAlignment() : 0;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 112 /// getStackAlignment - Returns the minimum alignment known to hold of the
115 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 322 /// getStackAlignment - Returns the minimum alignment known to hold of the
325 unsigned getStackAlignment() const { return stackAlignment; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 210 /// getStackAlignment - Returns the minimum alignment known to hold of the
213 unsigned getStackAlignment() const { return stackAlignment; }

Completed in 945 milliseconds