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 596 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler
601 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
607 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads should
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 148 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler to
153 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
157 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 315 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler
320 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
324 /// 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 166 milliseconds