Searched refs:huge_valf (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSpiller.cpp80 assert(li->weight != llvm::huge_valf &&
H A DRegAllocGreedy.cpp1647 GapWeight[Gap] = llvm::huge_valf;
1753 GapWeight[RegMaskGaps[i]] = llvm::huge_valf;
1788 if (Legal && MaxGap < llvm::huge_valf) {
H A DLiveIntervalAnalysis.cpp176 llvm::huge_valf : 0.0F;
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h544 return weight != llvm::huge_valf;
549 weight = llvm::huge_valf;
/external/clang/test/CodeGen/
H A Dbuiltins.c36 Q(huge_valf, ());
/external/llvm/include/llvm/Support/
H A DMathExtras.h638 const float huge_valf = std::numeric_limits<float>::infinity(); member in namespace:llvm
640 const float huge_valf = HUGE_VALF; member in namespace:llvm

Completed in 554 milliseconds