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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp156 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
158 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
593 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, function in class:SystemZDAGToDAGISel
618 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, function in class:SystemZDAGToDAGISel
622 getAddressOperands(AM, VT, Base, Disp);
637 getAddressOperands(AM, Addr.getValueType(), Base, Disp);
648 getAddressOperands(AM, Addr.getValueType(), Base, Disp);
660 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp241 inline void getAddressOperands(X86ISelAddressMode &AM, SDLoc DL, function in class:__anon3082::final
1490 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment);
1665 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment);
1689 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment);

Completed in 91 milliseconds