Searched refs:shouldScheduleLoadsNear (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 109 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
|
D | AMDGPUInstrInfo.cpp | 187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in AMDGPUInstrInfo
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 109 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
|
D | AMDGPUInstrInfo.cpp | 187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.h | 123 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
|
D | AMDGPUInstrInfo.cpp | 218 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 356 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
|
D | X86InstrInfo.cpp | 4935 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in X86InstrInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 159 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
|
D | ARMBaseInstrInfo.cpp | 1509 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in ARMBaseInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 647 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 263 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
|