Searched refs:unwrapAddress (Results 1 – 7 of 7) sorted by relevance
203 SDValue Base = DAG.getTargetLoweringInfo().unwrapAddress(Ptr); in matchLSNode()229 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode()237 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode()253 Base = DAG.getTargetLoweringInfo().unwrapAddress(LSBase->getBasePtr()); in matchLSNode()
5657 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
793 SDValue unwrapAddress(SDValue N) const override;
9122 SDValue SystemZTargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in SystemZTargetLowering
1363 SDValue unwrapAddress(SDValue N) const override;
39211 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
4426 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function