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 179 unsigned getStackAlignment() const;
317 unsigned getStackAlignment(unsigned Index) const;
456 uint64_t getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/IR/
Attributes.cpp 153 unsigned Attribute::getStackAlignment() const {
478 unsigned AttributeSetNode::getStackAlignment() const {
481 return I->getStackAlignment();
517 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
622 getWithStackAlignment(C, B.getStackAlignment())));
875 unsigned AttributeSet::getStackAlignment(unsigned Index) const {
877 return ASN ? ASN->getStackAlignment() : 0;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 135 /// getStackAlignment - Returns the minimum alignment known to hold of the
138 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 449 /// getStackAlignment - Returns the minimum alignment known to hold of the
452 unsigned getStackAlignment() const { return stackAlignment; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 254 /// getStackAlignment - Returns the minimum alignment known to hold of the
257 unsigned getStackAlignment() const { return stackAlignment; }

Completed in 1379 milliseconds