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

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 665 unsigned RCount = SelectInt64CountDirect(RImm) + 1;
666 Count = std::min(Count, RCount);
676 RCount = SelectInt64CountDirect(RImmWithOnes) + 1;
677 Count = std::min(Count, RCount);
771 unsigned RCount = SelectInt64CountDirect(RImm) + 1;
772 if (RCount < Count) {
773 Count = RCount;
794 RCount = SelectInt64CountDirect(RImmWithOnes) + 1;
795 if (RCount < Count) {
796 Count = RCount;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 58 milliseconds