HomeSort by relevance Sort by last modified time
    Searched refs:getAlignment (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 489 uint32_t align = def->getAlignment();
490 uint32_t attr = align ? CountTrailingZeros_32(def->getAlignment()) : 0;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 507 L->isNonTemporal(), false, L->getAlignment());
519 L->isNonTemporal(), false, L->getAlignment());
    [all...]
FunctionLoweringInfo.cpp 85 AI->getAlignment());
LegalizeVectorTypes.cpp 457 N->getAlignment());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 458 IRB.CreateAlignedStore(Shadow, ShadowPtr, I.getAlignment());
466 unsigned Alignment = std::max(kMinOriginAlignment, I.getAlignment());
    [all...]
AddressSanitizer.cpp 437 StackAlignment = std::max(StackAlignment, AI.getAlignment());
799 if (G->getAlignment() > RedzoneSize()) return false;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 923 unsigned getAlignment() const {
924 return MMO->getAlignment();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 62 unsigned CopyAlign = MI->getAlignment();
156 if (MI->getAlignment() < Alignment) {
168 Alignment = MI->getAlignment();
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 264 paraAlign = ((AlignmentSpan) spans[n]).getAlignment();
574 public final Alignment getAlignment() {
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 231 Check(Section.getAlignment(Alignment64));
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 400 RC->getAlignment(),
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 593 unsigned DepWriteAlign = DepIntrinsic->getAlignment();
LICM.cpp 802 unsigned InstAlignment = store->getAlignment();
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 316 unsigned LoadAlign = LI->getAlignment();
422 if (LI->getAlignment()*8 > ITy->getPrimitiveSizeInBits() &&
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 899 alignment = linst->getAlignment();
902 alignment = sinst->getAlignment();
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 102 /// getAlignment - Return the alignment of the memory that is being allocated
105 unsigned getAlignment() const {
181 /// getAlignment - Return the alignment of the access that is being performed
183 unsigned getAlignment() const {
301 /// getAlignment - Return the alignment of the access that is being performed
303 unsigned getAlignment() const {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 696 if (S->getAlignment() != 0 && S->getAlignment() < SABIAlignment)
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 396 origLV.getAlignment()));
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 253 unsigned Align = RC->getAlignment();
    [all...]
RegAllocFast.cpp 209 RC->getAlignment());
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 387 switch (SectionData.getAlignment()) {

Completed in 745 milliseconds

1 2 3 45 6 7 8