Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp183 SDValue Base = DAG.getTargetLoweringInfo().unwrapAddress(Ptr); in matchLSNode()
209 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode()
216 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode()
232 Base = DAG.getTargetLoweringInfo().unwrapAddress(LSBase->getBasePtr()); in matchLSNode()
H A DTargetLowering.cpp4385 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h659 SDValue unwrapAddress(SDValue N) const override;
H A DSystemZISelLowering.cpp6694 SDValue SystemZTargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in SystemZTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1115 SDValue unwrapAddress(SDValue N) const override;
H A DX86ISelLowering.cpp34972 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3543 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function