Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp172 SDValue Base = DAG.getTargetLoweringInfo().unwrapAddress(Ptr); in matchLSNode()
198 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode()
205 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode()
221 Base = DAG.getTargetLoweringInfo().unwrapAddress(LSBase->getBasePtr()); in matchLSNode()
DTargetLowering.cpp4004 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
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()
DTargetLowering.cpp4299 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h657 SDValue unwrapAddress(SDValue N) const override;
DSystemZISelLowering.cpp6672 SDValue SystemZTargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in SystemZTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h638 SDValue unwrapAddress(SDValue N) const override;
DSystemZISelLowering.cpp6370 SDValue SystemZTargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in SystemZTargetLowering
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1093 SDValue unwrapAddress(SDValue N) const override;
DX86ISelLowering.cpp34457 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h974 SDValue unwrapAddress(SDValue N) const override;
DX86ISelLowering.cpp32862 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3314 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3526 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function