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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1879 const unsigned Num_GPR_Regs = array_lengthof(GPR_32); local
1982 if (GPR_idx != Num_GPR_Regs) {
2005 if (GPR_idx != Num_GPR_Regs) {
2032 if (GPR_idx != Num_GPR_Regs) {
2046 if (GPR_idx != Num_GPR_Regs) {
2076 if (GPR_idx != Num_GPR_Regs) {
2078 if (ObjSize == 8 && GPR_idx != Num_GPR_Regs && !isPPC64)
2110 if (GPR_idx != Num_GPR_Regs)
2114 GPR_idx = std::min(GPR_idx+4, Num_GPR_Regs); // FIXME correct for ppc64?
2179 for (; GPR_idx != Num_GPR_Regs;
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3161 const unsigned Num_GPR_Regs = array_lengthof(GPR); local
3173 unsigned ParamAreaSize = Num_GPR_Regs * PtrByteSize;
3226 GPR_idx = std::min(GPR_idx, Num_GPR_Regs);
3262 ArgSize + ArgOffset > LinkageSize + Num_GPR_Regs * PtrByteSize)
3279 if (GPR_idx != Num_GPR_Regs) {
3313 if (GPR_idx == Num_GPR_Regs)
3352 if (GPR_idx != Num_GPR_Regs) {
3391 } else if (GPR_idx != Num_GPR_Regs && CallConv != CallingConv::Fast) {
3526 GPR_idx < Num_GPR_Regs; ++GPR_idx) {
3578 const unsigned Num_GPR_Regs local
[all...]

Completed in 290 milliseconds