Home
last modified time | relevance | path

Searched refs:SelectOptimalAddrMode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1110 PPC::AddrMode SelectOptimalAddrMode(const SDNode *Parent, SDValue N,
H A DPPCISelDAGToDAG.cpp245 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG, in SelectDSForm()
253 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG, in SelectDQForm()
261 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG, in SelectDForm()
268 return PPCLowering->SelectOptimalAddrMode(Parent, N, Disp, Base, *CurDAG, in SelectXForm()
H A DPPCISelLowering.cpp17382 PPC::AddrMode PPCTargetLowering::SelectOptimalAddrMode(const SDNode *Parent, in SelectOptimalAddrMode() function in PPCTargetLowering