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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3286 const unsigned NumVFPs = 8;
3296 if (IsHA && AllocatedVFP > NumVFPs && !isDarwinPCS() &&
3308 // padding of (NumVFPs - PreAllocation) floats.
3309 if (IsHA && AllocatedVFP > NumVFPs && PreAllocation < NumVFPs) {
3311 llvm::Type::getFloatTy(getVMContext()), NumVFPs - PreAllocation);
3845 const unsigned NumVFPs; member in class:__anon17879::ARMABIInfo
3852 NumVFPs(16), NumGPRs(4) {
4005 const bool StackUsed = PreAllocationGPRs > NumGPRs || PreAllocationVFPs > NumVFPs;
4195 for (unsigned i = 0; i < NumVFPs;
[all...]

Completed in 269 milliseconds