Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp3286 const unsigned NumVFPs = 16; in computeInfo() local
3291 if (IsHA && AllocatedVFP > NumVFPs && PreAllocation < NumVFPs) { in computeInfo()
3293 llvm::Type::getFloatTy(getVMContext()), NumVFPs - PreAllocation); in computeInfo()