Home
last modified time | relevance | path

Searched refs:lowerADDRSPACECAST (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h150 SDValue lowerADDRSPACECAST(SDValue Op, SelectionDAG &DAG) const;
H A DSIISelLowering.cpp4673 case ISD::ADDRSPACECAST: return lowerADDRSPACECAST(Op, DAG); in LowerOperation()
5566 SDValue SITargetLowering::lowerADDRSPACECAST(SDValue Op, in lowerADDRSPACECAST() function in SITargetLowering