Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp158 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
160 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
652 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel
677 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel
681 getAddressOperands(AM, VT, Base, Disp); in getAddressOperands()
696 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectBDAddr()
707 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectMVIAddr()
719 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index); in selectBDXAddr()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp265 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, in getAddressOperands() function in __anonbfb0df9e0311::X86DAGToDAGISel
2934 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectVectorAddr()
2977 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectAddr()
3136 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectLEAAddr()
3164 getAddressOperands(AM, SDLoc(N), VT, Base, Scale, Index, Disp, Segment); in selectTLSADDRAddr()