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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3844 mutable int VFPRegs[16]; member in class:__anon17879::ARMABIInfo
4144 /// markAllocatedVFPs - update VFPRegs according to the alignment and
4161 if (J >= 16 || VFPRegs[J]) {
4167 VFPRegs[J] = 1;
4175 VFPRegs[I] = 1;
4196 VFPRegs[i] = 0;
4244 // Update VFPRegs for legal vector types.
4253 // Update VFPRegs for floating point types.

Completed in 772 milliseconds