OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstInBundle
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp
297
MachineBasicBlock::iterator
FirstInBundle
=
300
getPreviousVector(
FirstInBundle
);
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
602
: Inst(nullptr),
FirstInBundle
(nullptr), NextInBundle(nullptr),
608
FirstInBundle
= this;
622
bool isSchedulingEntity() const { return
FirstInBundle
== this; }
627
return NextInBundle != nullptr ||
FirstInBundle
!= this;
642
return
FirstInBundle
->UnscheduledDepsInBundle += Incr;
678
ScheduleData *
FirstInBundle
;
786
ScheduleData *DepBundle = OpDef->
FirstInBundle
;
798
ScheduleData *DepBundle = MemoryDepSD->
FirstInBundle
;
[
all
...]
Completed in 706 milliseconds