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

  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 113 std::set<unsigned> &DstRegs) const {
139 if ((DstRegs.find(SrcMI) == DstRegs.end())) {
140 DstRegs.insert(DstMI);
153 std::set<unsigned> DstRegs;
162 if (!isCompatibleWithClause(I, DstRegs))
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 718 SmallSet<unsigned, 4> DstRegs;
725 assert(!DstRegs.count(Src) && "destructive vector copy");
726 DstRegs.insert(Dst);
    [all...]

Completed in 32 milliseconds