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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1972 static const uint16_t GPR_32[] = { // 32-bit registers. local
1988 const unsigned Num_GPR_Regs = array_lengthof(GPR_32);
1994 const uint16_t *GPR = isPPC64 ? GPR_64 : GPR_32;
3288 static const uint16_t GPR_32[] = { // 32-bit registers. local
3302 const unsigned NumGPRs = array_lengthof(GPR_32);
3306 const uint16_t *GPR = isPPC64 ? GPR_64 : GPR_32;

Completed in 127 milliseconds