Home
last modified time | relevance | path

Searched defs:MinCost (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp105 uint8_t MinCost = uint8_t(~0u); in compute() local
H A DRegAllocGreedy.cpp1171 uint8_t MinCost = RegClassInfo.getMinCost(RC); in tryEvict() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h35 uint8_t MinCost = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp274 unsigned MinCost = ShufTab[i].Cost; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6830 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList() local