Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp157 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
159 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
629 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel
654 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel
658 getAddressOperands(AM, VT, Base, Disp); in getAddressOperands()
673 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectBDAddr()
684 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectMVIAddr()
696 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index); in selectBDXAddr()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp264 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, in getAddressOperands() function in __anon8d8115f90311::X86DAGToDAGISel
2627 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectVectorAddr()
2670 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectAddr()
2820 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectLEAAddr()
2842 getAddressOperands(AM, SDLoc(N), VT, Base, Scale, Index, Disp, Segment); in selectTLSADDRAddr()