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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3984 const unsigned NumVRs = array_lengthof(VR); local
3989 unsigned AvailableVRs = NumVRs;
5044 const unsigned NumVRs = array_lengthof(VR); local
5078 if (++NumVRsUsed <= NumVRs)
5088 if (++NumVRsUsed <= NumVRs)
5466 if (VR_idx != NumVRs) {
5494 if (VR_idx != NumVRs) {
5746 const unsigned NumVRs = array_lengthof(VR); local
5914 if (VR_idx != NumVRs) {
5937 if (VR_idx != NumVRs) {
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3139 const unsigned NumVRs = array_lengthof(VR); local
3308 if (VR_idx != NumVRs) {
3331 if (VR_idx != NumVRs) {
3349 if (!isVarArg && nAltivecParamsAtEnd > NumVRs) {
3359 if (++j > NumVRs) {

Completed in 183 milliseconds