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 281 std::set<unsigned> &DstRegs) const {
307 if ((DstRegs.find(SrcMI) == DstRegs.end())) {
308 DstRegs.insert(DstMI);
321 std::set<unsigned> DstRegs;
330 if (!isCompatibleWithClause(I, DstRegs))
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 758 SmallSet<unsigned, 4> DstRegs;
765 assert(!DstRegs.count(Src) && "destructive vector copy");
766 DstRegs.insert(Dst);
    [all...]

Completed in 277 milliseconds