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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 189 unsigned NumLoads) const {
195 return (NumLoads < 16 && (Offset2 - Offset1) < 16);
AMDGPUInstrInfo.h 111 unsigned NumLoads) const;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 189 unsigned NumLoads) const {
195 return (NumLoads < 16 && (Offset2 - Offset1) < 16);
AMDGPUInstrInfo.h 111 unsigned NumLoads) const;
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 220 unsigned NumLoads) const {
226 return (NumLoads < 16 && (Offset2 - Offset1) < 16);
AMDGPUInstrInfo.h 125 unsigned NumLoads) const override;
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 93 unsigned NumLoads) const override;
AArch64InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 636 /// to schedule the two loads together. "NumLoads" is the number of loads that
640 unsigned NumLoads) const {
655 unsigned NumLoads) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 256 unsigned NumLoads = 0;
263 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
266 ++NumLoads;
269 if (NumLoads == 0)
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 354 /// to schedule the two loads together. "NumLoads" is the number of loads that
358 unsigned NumLoads) const override;
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 157 /// to schedule the two loads together. "NumLoads" is the number of loads that
161 unsigned NumLoads) const override;
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 43 STATISTIC(NumLoads , "Number of loads added");
631 ++NumLoads;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 536 unsigned NumLoads;
543 : NumLoads(0), NumStores(0), NumPredStores(0), TheLoop(L), SE(SE), DL(DL),
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 2490 milliseconds