Home
last modified time | relevance | path

Searched refs:RCount (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp665 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64Count() local
666 Count = std::min(Count, RCount); in SelectInt64Count()
676 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()
677 Count = std::min(Count, RCount); in SelectInt64Count()
771 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64() local
772 if (RCount < Count) { in SelectInt64()
773 Count = RCount; in SelectInt64()
794 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()
795 if (RCount < Count) { in SelectInt64()
796 Count = RCount; in SelectInt64()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2837 unsigned RCount = FnBeginRegionCount.back(); in EmitFunctionEnd() local
2838 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch"); in EmitFunctionEnd()
2841 while (LexicalBlockStack.size() != RCount) { in EmitFunctionEnd()