Lines Matching defs:SDB
4862 SelectionDAGBuilder *SDB, const BasicBlock *CurBB,
4864 SelectionDAG& DAG = SDB->DAG;
4876 Base = SDB->getValue(C);
4880 Index = DAG.getConstant(0, SDB->getCurSDLoc(), VT);
4882 Scale = DAG.getTargetConstant(1, SDB->getCurSDLoc(), TLI.getPointerTy(DL));
4909 Base = SDB->getValue(BasePtr);
4910 Index = SDB->getValue(IndexVal);
4914 DAG.getTargetConstant(ScaleVal, SDB->getCurSDLoc(), TLI.getPointerTy(DL));
11594 SelectionDAG &DAG = SDB->DAG;
11595 SDLoc dl = SDB->getCurSDLoc();
11800 MachineFunction& MF = SDB->DAG.getMachineFunction();
11806 SDB->DAG.getCopyToReg(NewRoot, SDB->getCurSDLoc(), SRetReg, ArgValue);
11844 SDB->setUnusedArgValue(&Arg, InVals[i]);
11887 SDB->getCurSDLoc());
11889 SDB->setValue(&Arg, Res);
11932 SDB->CopyToExportRegsIfNeeded(&Arg);