Home
last modified time | relevance | path

Searched refs:FirstInBundle (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp295 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
298 getPreviousVector(FirstInBundle); in addToPacket()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp574 : Inst(nullptr), FirstInBundle(nullptr), NextInBundle(nullptr), in ScheduleData()
580 FirstInBundle = this; in init()
594 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()
599 return NextInBundle != nullptr || FirstInBundle != this; in isPartOfBundle()
614 return FirstInBundle->UnscheduledDepsInBundle += Incr; in incrementUnscheduledDeps()
650 ScheduleData *FirstInBundle; member
761 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()
773 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()
2846 BundleMember->FirstInBundle = Bundle; in tryScheduleBundle()
2905 assert(BundleMember->FirstInBundle == Bundle && "corrupt bundle links"); in cancelScheduling()
[all …]