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

  /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/AMDGPU/
AMDGPUInstrInfo.h 119 unsigned NumLoads) const override;
AMDGPUInstrInfo.cpp 207 unsigned NumLoads) const {
214 return (NumLoads <= 16 && (Offset1 - Offset0) < 64);
SIInstrInfo.h 96 unsigned NumLoads) const final;
SIInstrInfo.cpp 293 unsigned NumLoads) const {
295 if (NumLoads > 4)
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 540 unsigned getNumLoads() const { return NumLoads;}
622 unsigned NumLoads;
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 289 unsigned NumLoads = DL.getTypeStoreSize(LI->getType());
290 Value *CopyLen = ConstantInt::get(Type::getInt32Ty(Context), NumLoads);
  /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/AArch64/
AArch64InstrInfo.h 104 unsigned NumLoads) const override;
AArch64InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 224 /// to schedule the two loads together. "NumLoads" is the number of loads that
228 unsigned NumLoads) const override;
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 417 /// to schedule the two loads together. "NumLoads" is the number of loads that
421 unsigned NumLoads) const override;
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 43 STATISTIC(NumLoads , "Number of loads added");
638 ++NumLoads;
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1791 milliseconds