Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp287 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local
290 getPreviousVector(FirstInBundle); in addToPacket()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A 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 …]