Home
last modified time | relevance | path

Searched refs:VRRegNo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp41 static const unsigned short VRRegNo[] = { variable
104 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i])) in HandleVRSaveUpdate()
113 if (VRRegNo[RegNo] == I->first) // If this really is a vector reg. in HandleVRSaveUpdate()
120 if (VRRegNo[RegNo] == *I) // If this really is a vector reg. in HandleVRSaveUpdate()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp33 static const MCPhysReg VRRegNo[] = { variable
310 if (MRI.isPhysRegModified(VRRegNo[i])) in HandleVRSaveUpdate()
319 if (VRRegNo[RegNo] == I->first) // If this really is a vector reg. in HandleVRSaveUpdate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp33 static const MCPhysReg VRRegNo[] = { variable
330 if (MRI.isPhysRegModified(VRRegNo[i])) in HandleVRSaveUpdate()
337 if (VRRegNo[RegNo] == LI.first) // If this really is a vector reg. in HandleVRSaveUpdate()