Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DMathExtras.cpp27 const float huge_valf = std::numeric_limits<float>::infinity(); variable
29 const float huge_valf = HUGE_VALF;
/external/clang/test/CodeGen/
Dbuiltins.c36 Q(huge_valf, ()); in main()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h720 return weight != llvm::huge_valf; in isSpillable()
725 weight = llvm::huge_valf; in markNotSpillable()
/external/llvm/include/llvm/Support/
DMathExtras.h720 extern const float huge_valf;
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1702 GapWeight[Gap] = llvm::huge_valf; in calcGapWeights()
1808 GapWeight[RegMaskGaps[i]] = llvm::huge_valf; in tryLocalSplit()
1843 if (Legal && MaxGap < llvm::huge_valf) { in tryLocalSplit()
DLiveIntervalAnalysis.cpp190 llvm::huge_valf : 0.0F; in createInterval()