Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:BaseLoc

7279   SDValue BaseLoc = Base->getBasePtr();
7281 if (BaseLoc.getOpcode() != ISD::FrameIndex)
7285 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
7293 if (DAG.isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
7303 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);