Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BaseLoc

6199   SDValue BaseLoc = Base->getOperand(1);
6201 if (BaseLoc.getOpcode() != ISD::FrameIndex)
6205 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
6213 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6223 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);