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

/freebsd-11-stable/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,
626 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, function in class:SystemZDAGToDAGISel
651 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, function in class:SystemZDAGToDAGISel
655 getAddressOperands(AM, VT, Base, Disp);
670 getAddressOperands(AM, Addr.getValueType(), Base, Disp);
681 getAddressOperands(AM, Addr.getValueType(), Base, Disp);
693 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp269 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, function in class:__anon106::final
2306 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment);
2350 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment);
2580 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment);
2602 getAddressOperands(AM, SDLoc(N), VT, Base, Scale, Index, Disp, Segment);

Completed in 128 milliseconds