Home
last modified time | relevance | path

Searched refs:hweight (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp158 volatile float hweight = Hint[hint] += weight; in calculateSpillWeightAndHint() local
160 if (hweight > bestPhys && mri.isAllocatable(hint)) in calculateSpillWeightAndHint()
161 bestPhys = hweight, hintPhys = hint; in calculateSpillWeightAndHint()
163 if (hweight > bestVirt) in calculateSpillWeightAndHint()
164 bestVirt = hweight, hintVirt = hint; in calculateSpillWeightAndHint()
/external/linux-tools-perf/src/tools/perf/util/
Dpython-ext-sources13 util/hweight.c
/external/fio/
DAndroid.mk34 lib_src_files := lib/rbtree.c lib/flist_sort.c lib/getrusage.c lib/hweight.c lib/ieee754.c lib/lfsr…
/external/linux-tools-perf/src/tools/perf/
DAndroid.mk117 util/hweight.c \
DMakefile227 LIB_H += util/include/asm/hweight.h
316 LIB_OBJS += $(OUTPUT)util/hweight.o