HomeSort by relevance Sort by last modified time
    Searched defs:getAlignment (Results 201 - 225 of 385) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/CodeGen/
CGExprConstant.cpp 82 CharUnits getAlignment(const llvm::Constant *C) const {
110 CharUnits FieldAlignment = getAlignment(InitCst);
314 assert(getAlignment(C) == CharUnits::One() &&
554 assert(NextFieldOffsetInChars.alignTo(getAlignment(Result)) ==
    [all...]
CGValue.h 111 auto align = static_cast<uintptr_t>(addr.getAlignment().getQuantity());
316 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); }
331 Address getAddress() const { return Address(getPointer(), getAlignment()); }
335 Alignment = address.getAlignment().getQuantity();
340 return Address(getVectorPointer(), getAlignment());
347 return Address(getExtVectorPointer(), getAlignment());
360 return Address(getBitFieldPointer(), getAlignment());
382 R.Initialize(type, qs, address.getAlignment(), alignSource, TBAAInfo);
392 R.Initialize(type, type.getQualifiers(), vecAddress.getAlignment(),
403 R.Initialize(type, type.getQualifiers(), vecAddress.getAlignment(),
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 331 unsigned getAlignment() const { return Alignment; }
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 538 /// getAlignment - Return the minimum known alignment in bytes of the
540 uint64_t MachineMemOperand::getAlignment() const {
577 if (getBaseAlignment() != getAlignment())
585 if (getBaseAlignment() != getAlignment() || getBaseAlignment() != getSize())
586 OS << "(align=" << getAlignment() << ")";
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 73 unsigned getAlignment(LoadInst *LI) const {
74 unsigned Align = LI->getAlignment();
81 unsigned getAlignment(StoreInst *SI) const {
82 unsigned Align = SI->getAlignment();
753 unsigned Alignment = getAlignment(S0);
901 unsigned Alignment = getAlignment(L0);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 246 unsigned getAlignment() const { return Alignment; }
472 unsigned getAlignment() const { return Alignment; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 402 /// getAlignment - Return the minimum known alignment in bytes of the
404 uint64_t MachineMemOperand::getAlignment() const {
431 if (MMO.getBaseAlignment() != MMO.getAlignment())
439 if (MMO.getBaseAlignment() != MMO.getAlignment() ||
441 OS << "(align=" << MMO.getAlignment() << ")";
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
LayoutTest.java 156 assertSame(mAlign, layout.getAlignment());
159 assertNull(layout.getAlignment());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 338 unsigned getAlignment() const { return Alignment; }
    [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 338 unsigned getAlignment() const { return Alignment; }
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 433 SPIRVWord getAlignment() const { return Alignment; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 905 unsigned getAlignment() const {
906 return MMO->getAlignment();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 99 /// getAlignment - Return the alignment of the memory that is being allocated
102 unsigned getAlignment() const {
179 /// getAlignment - Return the alignment of the access that is being performed
181 unsigned getAlignment() const {
299 /// getAlignment - Return the alignment of the access that is being performed
301 unsigned getAlignment() const {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 102 /// getAlignment - Return the alignment of the memory that is being allocated
105 unsigned getAlignment() const {
229 /// getAlignment - Return the alignment of the access that is being performed
231 unsigned getAlignment() const {
352 /// getAlignment - Return the alignment of the access that is being performed
354 unsigned getAlignment() const {
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 437 uint32_t getAlignment() const {
547 uint32_t getAlignment() const {
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 352 paraAlign = ((AlignmentSpan) spans[n]).getAlignment();
470 paraAlign = ((AlignmentSpan) spans[n]).getAlignment();
801 public final Alignment getAlignment() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 112 unsigned getAlignment() const {
230 unsigned getAlignment() const {
351 unsigned getAlignment() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 421 uint32_t getAlignment() const {
535 uint32_t getAlignment() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
OpenMPClause.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h 114 unsigned getAlignment() const {
232 unsigned getAlignment() const {
353 unsigned getAlignment() const {
    [all...]

Completed in 494 milliseconds

1 2 3 4 5 6 7 891011>>