HomeSort by relevance Sort by last modified time
    Searched refs:NumLoads (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 190 unsigned NumLoads) const {
196 return (NumLoads < 16 && (Offset2 - Offset1) < 16);
AMDGPUInstrInfo.h 112 unsigned NumLoads) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 612 /// to schedule the two loads together. "NumLoads" is the number of loads that
616 unsigned NumLoads) const {
629 unsigned NumLoads) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 250 unsigned NumLoads = 0;
257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
260 ++NumLoads;
263 if (NumLoads == 0)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 162 /// to schedule the two loads together. "NumLoads" is the number of loads that
166 unsigned NumLoads) const;
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 329 /// to schedule the two loads together. "NumLoads" is the number of loads that
333 unsigned NumLoads) const;
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 42 STATISTIC(NumLoads , "Number of loads added");
630 ++NumLoads;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 289 milliseconds