Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp287 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
290 getPreviousVector(FirstInBundle); in addToPacket()
/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp295 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
298 getPreviousVector(FirstInBundle); in addToPacket()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp292 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
295 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-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1798 FirstInBundle = this; in init()
1815 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()
1820 return NextInBundle != nullptr || FirstInBundle != this; in isPartOfBundle()
1835 return FirstInBundle->UnscheduledDepsInBundle += Incr; in incrementUnscheduledDeps()
1871 ScheduleData *FirstInBundle = nullptr; member
2003 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()
2035 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()
4867 BundleMember->FirstInBundle = Bundle; in tryScheduleBundle()
4929 assert(BundleMember->FirstInBundle == Bundle && "corrupt bundle links"); in cancelScheduling()
4930 BundleMember->FirstInBundle = BundleMember; in cancelScheduling()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2899 FirstInBundle = this; in init()
2930 assert(Inst->getParent() == FirstInBundle->Inst->getParent() && in verify()
2941 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()
2946 return NextInBundle != nullptr || FirstInBundle != this || TE; in isPartOfBundle()
2964 return FirstInBundle->unscheduledDepsInBundle(); in incrementUnscheduledDeps()
3019 ScheduleData *FirstInBundle = nullptr; member
3168 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()
3217 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()
3230 ScheduleData *DepBundle = DepSD->FirstInBundle; in schedule()
3257 assert(isInSchedulingRegion(SD->FirstInBundle) && in verify()
[all …]