Home
last modified time | relevance | path

Searched refs:shouldScheduleLoadsNear (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h109 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DAMDGPUInstrInfo.cpp187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in AMDGPUInstrInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h109 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DAMDGPUInstrInfo.cpp187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in AMDGPUInstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h123 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DAMDGPUInstrInfo.cpp218 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in AMDGPUInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h356 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DX86InstrInfo.cpp4935 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in X86InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h159 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
DARMBaseInstrInfo.cpp1509 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h647 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, in shouldScheduleLoadsNear() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp263 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()