/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 | 592 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, 604 /// have already been scheduled after Load1. 605 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.h | 151 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, 161 /// have already been scheduled after Load1. 162 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
|
ARMBaseInstrInfo.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.h | 327 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, 337 /// have already been scheduled after Load1. 338 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
|
X86InstrInfo.cpp | [all...] |
X86ISelLowering.cpp | [all...] |