Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp605 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64Count() local
606 Count = std::min(Count, RCount); in SelectInt64Count()
616 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()
617 Count = std::min(Count, RCount); in SelectInt64Count()
711 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64() local
712 if (RCount < Count) { in SelectInt64()
713 Count = RCount; in SelectInt64()
734 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()
735 if (RCount < Count) { in SelectInt64()
736 Count = RCount; in SelectInt64()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2708 unsigned RCount = FnBeginRegionCount.back(); in EmitFunctionEnd() local
2709 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch"); in EmitFunctionEnd()
2712 while (LexicalBlockStack.size() != RCount) { in EmitFunctionEnd()