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

  /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 326 /// to schedule the two loads together. "NumLoads" is the number of loads that
330 unsigned NumLoads) const;
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 616 /// to schedule the two loads together. "NumLoads" is the number of loads that
620 unsigned NumLoads) const {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 42 STATISTIC(NumLoads , "Number of loads added");
620 ++NumLoads;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 2401 milliseconds