Searched refs:popCount (Results 1 – 7 of 7) sorted by relevance
908 int popCount = in replaceInstruction() local912 insertPopInstructions(offset, popCount); in replaceInstruction()914 …toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" po… in replaceInstruction()932 private void insertPopInstructions(int offset, int popCount) in insertPopInstructions() argument934 switch (popCount) in insertPopInstructions()964 new Instruction[popCount / 2 + popCount % 2]; in insertPopInstructions()969 for (int index = 0; index < popCount / 2; index++) in insertPopInstructions()974 if (popCount % 2 == 1) in insertPopInstructions()979 popInstructions[popCount / 2] = popInstruction; in insertPopInstructions()
734 int popCount = instruction.stackPopCount(clazz); in visitAnyInstruction() local735 if (popCount > 0) in visitAnyInstruction()743 … for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()788 int unpoppedStackSize = tracedStack.size() - popCount; in visitAnyInstruction()838 int popCount = instruction.stackPopCount(clazz); in visitAnyInstruction() local839 if (popCount > 0) in visitAnyInstruction()847 … for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()913 int popCount = simpleInstruction.stackPopCount(clazz); in visitSimpleInstruction() local914 if (popCount > 0) in visitSimpleInstruction()916 … for (int stackIndex = stackSizeBefore - popCount; stackIndex < stackSizeBefore; stackIndex++) in visitSimpleInstruction()[all …]
564 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local566 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread()612 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local614 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread()
283 unsigned int BitSet::popCount() const in popCount() function in nv50_ir::BitSet
559 unsigned int popCount() const;