Lines Matching refs:SDB
3313 SelectionDAGBuilder* SDB) { in getUniformBase() argument
3315 SelectionDAG& DAG = SDB->DAG; in getUniformBase()
3333 if (!SDB->findValue(Ptr) || !SDB->findValue(IndexVal)) in getUniformBase()
3336 Base = SDB->getValue(Ptr); in getUniformBase()
3337 Index = SDB->getValue(IndexVal); in getUniformBase()
3341 if (SDB->findValue(Sext->getOperand(0))) { in getUniformBase()
3343 Index = SDB->getValue(IndexVal); in getUniformBase()
7304 SelectionDAG &DAG = SDB->DAG; in LowerArguments()
7305 SDLoc dl = SDB->getCurSDLoc(); in LowerArguments()
7443 MachineFunction& MF = SDB->DAG.getMachineFunction(); in LowerArguments()
7448 SDB->DAG.getCopyToReg(NewRoot, SDB->getCurSDLoc(), SRetReg, ArgValue); in LowerArguments()
7466 SDB->setUnusedArgValue(&*I, InVals[i]); in LowerArguments()
7504 SDB->getCurSDLoc()); in LowerArguments()
7506 SDB->setValue(&*I, Res); in LowerArguments()
7530 SDB->CopyToExportRegsIfNeeded(&*I); in LowerArguments()