Searched defs:getAlignment (Results 1 - 25 of 63) sorted by relevance

123

/external/abi-compliance-checker/modules/Internals/
H A DCallConv.pm1004 sub getAlignment($$$$$) subroutine
1062 my ($Alignment, $MSize) = getAlignment($Pos, $TypePtr, $TInfo, $Arch, $Word);
1130 ($Alignment{$Pos}, $MSize{$Pos}) = getAlignment($Pos, $TypePtr, $TInfo, $Arch, $Word);
/external/clang/lib/CodeGen/
H A DAddress.h67 CharUnits getAlignment() const { function in class:clang::CodeGen::Address
90 getAlignment());
102 addr.getAlignment());
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp63 static unsigned getAlignment(GlobalVariable *GV) { function
64 unsigned Align = GV->getAlignment();
174 if (Replacements[i].first->getAlignment() ||
175 Replacements[i].second->getAlignment()) {
177 std::max(getAlignment(Replacements[i].first),
178 getAlignment(Replacements[i].second)));
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DConstantMerge.cpp51 unsigned getAlignment(GlobalVariable *GV) const;
91 return TD || GV->getAlignment() != 0;
94 unsigned ConstantMerge::getAlignment(GlobalVariable *GV) const { function in class:ConstantMerge
97 return GV->getAlignment();
204 if (Replacements[i].first->getAlignment() ||
205 Replacements[i].second->getAlignment()) {
207 Replacements[i].first->getAlignment(),
208 Replacements[i].second->getAlignment()));
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.hpp111 virtual int getAlignment (void) const = DE_NULL;
129 int getAlignment (void) const { return m_verifier->getAlignment(); } function in class:deqp::gles2::Functional::BufferTestUtil::BufferVerifier
148 int getAlignment (void) const { return 1; } function in class:deqp::gles2::Functional::BufferTestUtil::VertexArrayVerifier
164 int getAlignment (void) const { return 1; } function in class:deqp::gles2::Functional::BufferTestUtil::IndexArrayVerifier
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h97 int getAlignment() const { function in class:llvm::MachineConstantPoolEntry
/external/llvm/include/llvm/IR/
H A DGlobalObject.h56 unsigned getAlignment() const { function in class:llvm::GlobalObject
H A DAttributes.h141 unsigned getAlignment() const;
519 uint64_t getAlignment() const { return Alignment; } function in class:llvm::AttributeSet::AttrBuilder
H A DIntrinsicInst.h155 unsigned getAlignment() const { function in class:llvm::MemIntrinsic
H A DDataLayout.h155 unsigned getAlignment(Type *Ty, bool abi_or_pref) const;
484 unsigned getAlignment() const { return StructAlignment; } function in class:llvm::StructLayout
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineConstantPool.h103 int getAlignment() const { function in class:llvm::MachineConstantPoolEntry
H A DMachineFunction.h182 /// getAlignment - Return the alignment (log2, not bytes) of the function.
184 unsigned getAlignment() const { return Alignment; } function in class:llvm::MachineFunction
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalObject.h59 unsigned getAlignment() const { function in class:llvm::GlobalObject
H A DAttributes.h141 unsigned getAlignment() const;
516 uint64_t getAlignment() const { return Alignment; } function in class:llvm::AttributeSet::AttrBuilder
/external/clang/include/clang/AST/
H A DRecordLayout.h166 /// getAlignment - Get the record alignment in characters.
167 CharUnits getAlignment() const { return Alignment; } function in class:clang::ASTRecordLayout
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.hpp122 virtual int getAlignment (void) const = DE_NULL;
141 int getAlignment (void) const { return m_writer->getAlignment(); } function in class:deqp::gls::BufferTestUtil::BufferWriter
159 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferSubDataWriter
171 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferWriteMapWriter
198 virtual int getAlignment (void) const = DE_NULL;
218 int getAlignment (void) const { return m_verifier->getAlignment(); } function in class:deqp::gls::BufferTestUtil::BufferVerifier
238 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferMapVerifier
250 int getAlignment (voi function in class:deqp::gls::BufferTestUtil::VertexArrayVerifier
270 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::IndexArrayVerifier
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java359 public int getAlignment() { method in class:HolidayBorderPanel
/external/llvm/include/llvm/MC/
H A DMCSection.h125 unsigned getAlignment() const { return Alignment; } function in class:llvm::MCSection
/external/llvm/lib/IR/
H A DGlobals.cpp58 unsigned GlobalValue::getAlignment() const { function in class:GlobalValue
62 return GO->getAlignment();
69 return cast<GlobalObject>(this)->getAlignment();
79 assert(getAlignment() == Align && "Alignment representation error!");
97 setAlignment(GV->getAlignment());
185 if (hasSection() && getAlignment() > 0)
/external/swiftshader/third_party/LLVM/include/llvm/
H A DIntrinsicInst.h131 unsigned getAlignment() const { function in class:llvm::MemIntrinsic
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetData.h105 unsigned getAlignment(Type *Ty, bool abi_or_pref) const;
330 unsigned getAlignment() const { function in class:llvm::StructLayout
/external/llvm/include/llvm/Object/
H A DObjectFile.h91 uint64_t getAlignment() const;
145 uint32_t getAlignment() const;
323 inline uint32_t SymbolRef::getAlignment() const { function in class:llvm::object::SymbolRef
383 inline uint64_t SectionRef::getAlignment() const { function in class:llvm::object::SectionRef
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCRegisterInfo.h93 /// getAlignment - Return the minimum required alignment for a register of
95 unsigned getAlignment() const { return Alignment; } function in class:llvm::MCRegisterClass
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DObjectFile.h187 error_code getAlignment(uint64_t &Result) const;
385 inline error_code SectionRef::getAlignment(uint64_t &Result) const { function in class:llvm::object::SectionRef
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetData.cpp446 unsigned TargetData::getAlignment(Type *Ty, bool abi_or_pref) const { function in class:TargetData
458 return getAlignment(cast<ArrayType>(Ty)->getElementType(), abi_or_pref);
468 return std::max(Align, Layout->getAlignment());
488 llvm_unreachable("Bad type for getAlignment!!!");
497 return getAlignment(Ty, true);
516 return getAlignment(Ty, false);
575 unsigned GVAlignment = GV->getAlignment();

Completed in 1410 milliseconds

123