Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp297 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
300 getPreviousVector(FirstInBundle); in addToPacket()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp602 : Inst(nullptr), FirstInBundle(nullptr), NextInBundle(nullptr), in ScheduleData()
608 FirstInBundle = this; in init()
622 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()
627 return NextInBundle != nullptr || FirstInBundle != this; in isPartOfBundle()
642 return FirstInBundle->UnscheduledDepsInBundle += Incr; in incrementUnscheduledDeps()
678 ScheduleData *FirstInBundle; member
786 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()
798 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()
2787 BundleMember->FirstInBundle = Bundle; in tryScheduleBundle()
2846 assert(BundleMember->FirstInBundle == Bundle && "corrupt bundle links"); in cancelScheduling()
[all …]