Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp158 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
160 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
615 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel
640 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel
644 getAddressOperands(AM, VT, Base, Disp); in getAddressOperands()
659 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectBDAddr()
670 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectMVIAddr()
682 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index); in selectBDXAddr()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp254 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, in getAddressOperands() function in __anone91c5f2e0311::X86DAGToDAGISel
1906 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectVectorAddr()
1953 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectAddr()
2177 getAddressOperands(AM, DL, Base, Scale, Index, Disp, Segment); in selectLEAAddr()
2201 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectTLSADDRAddr()