Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp660 unsigned RCount = getInt64CountDirect(RImm) + 1; in getInt64Count() local
661 Count = std::min(Count, RCount); in getInt64Count()
671 RCount = getInt64CountDirect(RImmWithOnes) + 1; in getInt64Count()
672 Count = std::min(Count, RCount); in getInt64Count()
767 unsigned RCount = getInt64CountDirect(RImm) + 1; in getInt64() local
768 if (RCount < Count) { in getInt64()
769 Count = RCount; in getInt64()
790 RCount = getInt64CountDirect(RImmWithOnes) + 1; in getInt64()
791 if (RCount < Count) { in getInt64()
792 Count = RCount; in getInt64()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3035 unsigned RCount = FnBeginRegionCount.back(); in EmitFunctionEnd() local
3036 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch"); in EmitFunctionEnd()
3039 while (LexicalBlockStack.size() != RCount) { in EmitFunctionEnd()