Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600Packetizer.cpp297 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
300 getPreviousVector(FirstInBundle); in addToPacket()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp583 : Inst(nullptr), FirstInBundle(nullptr), NextInBundle(nullptr), in ScheduleData()
589 FirstInBundle = this; in init()
603 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()
608 return NextInBundle != nullptr || FirstInBundle != this; in isPartOfBundle()
623 return FirstInBundle->UnscheduledDepsInBundle += Incr; in incrementUnscheduledDeps()
659 ScheduleData *FirstInBundle; member
758 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()
770 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()
2704 BundleMember->FirstInBundle = Bundle; in tryScheduleBundle()
2759 assert(BundleMember->FirstInBundle == Bundle && "corrupt bundle links"); in cancelScheduling()
[all …]