Lines Matching defs:SDB
4831 SelectionDAGBuilder *SDB, const BasicBlock *CurBB,
4833 SelectionDAG& DAG = SDB->DAG;
4845 Base = SDB->getValue(C);
4849 Index = DAG.getConstant(0, SDB->getCurSDLoc(), VT);
4851 Scale = DAG.getTargetConstant(1, SDB->getCurSDLoc(), TLI.getPointerTy(DL));
4878 Base = SDB->getValue(BasePtr);
4879 Index = SDB->getValue(IndexVal);
4883 DAG.getTargetConstant(ScaleVal, SDB->getCurSDLoc(), TLI.getPointerTy(DL));
11440 SelectionDAG &DAG = SDB->DAG;
11441 SDLoc dl = SDB->getCurSDLoc();
11657 MachineFunction& MF = SDB->DAG.getMachineFunction();
11663 SDB->DAG.getCopyToReg(NewRoot, SDB->getCurSDLoc(), SRetReg, ArgValue);
11701 SDB->setUnusedArgValue(&Arg, InVals[i]);
11744 SDB->getCurSDLoc());
11746 SDB->setValue(&Arg, Res);
11789 SDB->CopyToExportRegsIfNeeded(&Arg);