Searched defs:Num_VR_Regs (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1881 const unsigned Num_VR_Regs = array_lengthof( VR); local
2104 if (VR_idx != Num_VR_Regs) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3163 const unsigned Num_VR_Regs = array_lengthof(VR); local
3176 unsigned AvailableVRs = Num_VR_Regs;
3437 if (VR_idx != Num_VR_Regs) {
3580 const unsigned Num_VR_Regs = array_lengthof( VR); local
3809 if (VR_idx != Num_VR_Regs) {

Completed in 163 milliseconds