OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentPacketMIs
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/R600/
R600Packetizer.cpp
216
CurrentPacketMIs
.push_back(MI);
217
if (!TII->fitsConstReadLimitations(
CurrentPacketMIs
)) {
222
for (unsigned i = 0, e =
CurrentPacketMIs
.size() - 1; i < e; i++) {
223
CurrentPacketMIs
[i]->dump();
228
CurrentPacketMIs
.pop_back();
233
if (!TII->fitsReadPortLimitations(
CurrentPacketMIs
,
239
for (unsigned i = 0, e =
CurrentPacketMIs
.size() - 1; i < e; i++) {
240
CurrentPacketMIs
[i]->dump();
245
CurrentPacketMIs
.pop_back();
249
CurrentPacketMIs
.pop_back()
[
all
...]
/external/llvm/lib/CodeGen/
DFAPacketizer.cpp
149
if (
CurrentPacketMIs
.size() > 1) {
150
MachineInstr *MIFirst =
CurrentPacketMIs
.front();
153
CurrentPacketMIs
.clear();
195
// Dependency check for MI with instructions in
CurrentPacketMIs
.
196
for (std::vector<MachineInstr*>::iterator VI =
CurrentPacketMIs
.begin(),
197
VE =
CurrentPacketMIs
.end(); VI != VE; ++VI) {
211
} // For all instructions in
CurrentPacketMIs
.
/external/llvm/include/llvm/CodeGen/
DFAPacketizer.h
102
std::vector<MachineInstr*>
CurrentPacketMIs
;
127
CurrentPacketMIs
.push_back(MI);
/external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp
560
for (std::vector<MachineInstr*>::iterator VI =
CurrentPacketMIs
.begin(),
561
VE =
CurrentPacketMIs
.end();
661
for (VI=
CurrentPacketMIs
.begin(), VE =
CurrentPacketMIs
.end();
812
for (std::vector<MachineInstr*>::iterator VIN =
CurrentPacketMIs
.begin(),
813
VEN =
CurrentPacketMIs
.end(); (VIN != VEN); ++VIN) {
[
all
...]
Completed in 84 milliseconds