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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
AMDGPUInstrInfo.h 109 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 123 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
AMDGPUInstrInfo.cpp 218 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
AMDGPUInstrInfo.h 109 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 348 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
356 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 639 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
647 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 151 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
159 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 263 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
    [all...]

Completed in 2822 milliseconds