Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp286 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
289 getPreviousVector(FirstInBundle); in addToPacket()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3461 FirstInBundle = this; in init()
3492 assert(Inst->getParent() == FirstInBundle->Inst->getParent() && in verify()
3503 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()
3508 return NextInBundle != nullptr || FirstInBundle != this || TE; in isPartOfBundle()
3526 return FirstInBundle->unscheduledDepsInBundle(); in incrementUnscheduledDeps()
3581 ScheduleData *FirstInBundle = nullptr; member
3730 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()
3780 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()
3793 ScheduleData *DepBundle = DepSD->FirstInBundle; in schedule()
3819 assert(isInSchedulingRegion(SD->FirstInBundle) in verify()
[all...]