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

/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp186 static unsigned toCallerWindow(unsigned Reg) { function
945 unsigned Reg = toCallerWindow(RegsToPass[i].first);
971 Ops.push_back(DAG.getRegister(toCallerWindow(RegsToPass[i].first),
1002 Chain = DAG.getCopyFromReg(Chain, dl, toCallerWindow(RVLocs[i].getLocReg()),
1207 RegsToPass.push_back(std::make_pair(toCallerWindow(VA.getLocReg()),
1209 RegsToPass.push_back(std::make_pair(toCallerWindow(VA.getLocReg()+1),
1231 RegsToPass.push_back(std::make_pair(toCallerWindow(VA.getLocReg()), Arg));
1327 unsigned Reg = toCallerWindow(VA.getLocReg());

Completed in 66 milliseconds