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

  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 295 MachineBasicBlock::iterator FirstInBundle =
298 getPreviousVector(FirstInBundle);
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 574 : Inst(nullptr), FirstInBundle(nullptr), NextInBundle(nullptr),
580 FirstInBundle = this;
594 bool isSchedulingEntity() const { return FirstInBundle == this; }
599 return NextInBundle != nullptr || FirstInBundle != this;
614 return FirstInBundle->UnscheduledDepsInBundle += Incr;
650 ScheduleData *FirstInBundle;
761 ScheduleData *DepBundle = OpDef->FirstInBundle;
773 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle;
    [all...]

Completed in 68 milliseconds