HomeSort by relevance Sort by last modified time
    Searched refs:getAlignment (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/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...]
VirtRegMap.cpp 105 RC->getAlignment());
ELFWriter.cpp 250 CPSect->getFlags(), CPE.getAlignment());
    [all...]
PrologEpilogInserter.cpp 270 unsigned Align = RC->getAlignment();
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 153 AM.Align = CP->getAlignment();
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 247 L->getAlignment()))
LICM.cpp 746 unsigned InstAlignment = store->getAlignment();
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 212 unsigned Alignment = LD->getAlignment();
397 unsigned Alignment = St->getAlignment();
LegalizeFloatTypes.cpp 483 L->isVolatile(), L->isNonTemporal(), L->getAlignment());
495 L->isNonTemporal(), L->getAlignment());
    [all...]
FunctionLoweringInfo.cpp 85 AI->getAlignment());
LegalizeVectorTypes.cpp 385 N->getAlignment());
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 905 unsigned getAlignment() const {
906 return MMO->getAlignment();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 37 unsigned CopyAlign = MI->getAlignment();
125 if (MI->getAlignment() < Alignment) {
137 Alignment = MI->getAlignment();
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 340 paraAlign = ((AlignmentSpan) spans[n]).getAlignment();
539 public final Alignment getAlignment() {
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 305 unsigned LoadAlign = LI->getAlignment();
397 if (LI->getAlignment()*8 > ITy->getPrimitiveSizeInBits() &&
    [all...]
ValueTracking.cpp 104 unsigned Align = GV->getAlignment();
541 unsigned Align = AI->getAlignment();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/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/llvm/lib/Target/X86/
X86FastISel.cpp 693 if (S->getAlignment() != 0 && S->getAlignment() < SABIAlignment)
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 212 unsigned Alignment = cast<ConstantPoolSDNode>(CPIdx)->getAlignment();
358 if (GV->getAlignment() == 16) {
    [all...]

Completed in 545 milliseconds

1 2 34 5 6