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

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 340 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler
345 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
349 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads should
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 629 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler
634 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2,
640 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads should
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 143 /// areLoadsFromSameBasePtr - This is used by the pre-regalloc scheduler to
148 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
152 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 232 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) ||
    [all...]

Completed in 93 milliseconds