Home
last modified time | relevance | path

Searched refs:stack_float_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp262 stack_float_t Weight = 1.0f; in weightCalcHelper()
291 stack_float_t HWeight = Hint[HintReg] += Weight; in weightCalcHelper()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h650 using stack_float_t = volatile float; variable
652 using stack_float_t = float; variable