Searched refs:getAddressOperands (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 158 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT, 160 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT, 633 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel 658 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel 662 getAddressOperands(AM, VT, Base, Disp); in getAddressOperands() 677 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectBDAddr() 688 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectMVIAddr() 700 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index); in selectBDXAddr()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 265 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, in getAddressOperands() function in __anonc46a40160311::X86DAGToDAGISel 2633 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectVectorAddr() 2676 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectAddr() 2826 getAddressOperands(AM, DL, VT, Base, Scale, Index, Disp, Segment); in selectLEAAddr() 2848 getAddressOperands(AM, SDLoc(N), VT, Base, Scale, Index, Disp, Segment); in selectTLSADDRAddr()
|