Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp83 SDValue Base = DAG.getTargetLoweringInfo().unwrapAddress(Ptr); in match()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h869 SDValue unwrapAddress(SDValue N) const override;
DX86ISelLowering.cpp29114 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2916 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function