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

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 110 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
AMDGPUInstrInfo.cpp 188 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 606 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
614 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 156 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
164 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 323 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
331 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
    [all...]

Completed in 186 milliseconds