HomeSort by relevance Sort by last modified time
    Searched refs:areLoadsFromSameBasePtr (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 587 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler
592 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
598 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads should
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 146 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler to
151 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
155 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 322 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler
327 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
331 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads should
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 228 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) ||
    [all...]

Completed in 50 milliseconds