Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:BaseLoc

6879   SDValue BaseLoc = Base->getBasePtr();
6881 if (BaseLoc.getOpcode() != ISD::FrameIndex)
6885 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
6893 if (DAG.isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6903 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);