Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:BaseLoc

7018   SDValue BaseLoc = Base->getOperand(1);
7020 if (BaseLoc.getOpcode() != ISD::FrameIndex)
7024 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
7034 if (Loc.getOperand(0) == BaseLoc) {
7039 } else if (isBaseWithConstantOffset(BaseLoc)) {
7043 cast<ConstantSDNode>(BaseLoc.getOperand(1))->getSExtValue();
7044 if (Loc.getOperand(0) == BaseLoc.getOperand(0)) {
7055 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);