HomeSort by relevance Sort by last modified time
    Searched refs:MIs (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp 232 std::vector<MachineInstr *> &MIs = (*It).second;
233 MIs.erase(std::find(MIs.begin(), MIs.end(), MI), MIs.end());
237 std::vector<MachineInstr *> &MIs = (*It).second;
238 MIs.erase(std::find(MIs.begin(), MIs.end(), MI), MIs.end())
    [all...]
R600ControlFlowFinalizer.cpp 294 void CounterPropagateAddr(std::set<MachineInstr *> MIs, unsigned Addr)
296 for (std::set<MachineInstr *>::iterator It = MIs.begin(), E = MIs.end();
R600InstrInfo.h 108 /// starting from the one already provided in the Instruction Group MIs that
111 /// isLastAluTrans should be set if the last Alu of MIs will be executed on
114 /// PV holds GPR to PV registers in the Instruction Group MIs.
115 bool fitsReadPortLimitations(const std::vector<MachineInstr *> &MIs,
R600InstrInfo.cpp 373 /// returns how many MIs (whose inputs are represented by IGSrcs) can be packed
553 R600InstrInfo::fitsConstReadLimitations(const std::vector<MachineInstr *> &MIs)
557 for (unsigned i = 0, n = MIs.size(); i < n; i++) {
558 MachineInstr *MI = MIs[i];
    [all...]

Completed in 103 milliseconds