Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp295 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
298 getPreviousVector(FirstInBundle); in addToPacket()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp293 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
296 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp837 FirstInBundle = this; in init()
852 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()
857 return NextInBundle != nullptr || FirstInBundle != this; in isPartOfBundle()
872 return FirstInBundle->UnscheduledDepsInBundle += Incr; in incrementUnscheduledDeps()
908 ScheduleData *FirstInBundle = nullptr; member
1035 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()
1049 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()
3853 BundleMember->FirstInBundle = Bundle; in tryScheduleBundle()
3914 assert(BundleMember->FirstInBundle == Bundle && "corrupt bundle links"); in cancelScheduling()
3915 BundleMember->FirstInBundle = BundleMember; in cancelScheduling()
[all …]