Home
last modified time | relevance | path

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

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