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.cpp 167 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
AMDGPUInstrInfo.h 111 bool 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/include/llvm/Target/
TargetInstrInfo.h 597 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
605 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 154 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
162 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 330 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
338 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 200 milliseconds