HomeSort by: relevance | last modified time | path
    Searched refs:shouldScheduleLoadsNear (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 430 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
438 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, int64_t Offset1,
X86InstrInfo.cpp 6746 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1310 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 277 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 250 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
258 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
ARMBaseInstrInfo.cpp 1994 /// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
2005 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 198 bool shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, int64_t Offset0,
SIInstrInfo.cpp 470 bool SIInstrInfo::shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1,

Completed in 56 milliseconds