Searched refs:unwrapAddress (Results 1 – 5 of 5) sorted by relevance
84 SDValue Base = DAG.getTargetLoweringInfo().unwrapAddress(Ptr); in match()110 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in match()117 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in match()133 Base = DAG.getTargetLoweringInfo().unwrapAddress(LSBase->getBasePtr()); in match()
3092 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
882 SDValue unwrapAddress(SDValue N) const override;
30310 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
3056 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function