Home
last modified time | relevance | path

Searched refs:unwrapAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp84 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()
H A DTargetLowering.cpp3092 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h882 SDValue unwrapAddress(SDValue N) const override;
H A DX86ISelLowering.cpp30310 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3056 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function