/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 87 void getAddressOperands(const SystemZRRIAddressMode &AM, 346 void SystemZDAGToDAGISel::getAddressOperands(const SystemZRRIAddressMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel 495 getAddressOperands(AM12, Base, Disp, Index); in SelectAddrRRI12() 539 getAddressOperands(AM, Base, Disp, Index); in SelectAddrRRI20() 572 getAddressOperands(AM, Base, Disp, Index); in SelectLAAddr()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 157 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT, 159 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT, 598 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel 623 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands() function in SystemZDAGToDAGISel 627 getAddressOperands(AM, VT, Base, Disp); in getAddressOperands() 642 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectBDAddr() 653 getAddressOperands(AM, Addr.getValueType(), Base, Disp); in selectMVIAddr() 665 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index); in selectBDXAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 158 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()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 230 inline void getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, in getAddressOperands() function in __anon4c55d6570311::X86DAGToDAGISel 1166 getAddressOperands(AM, Base, Scale, Index, Disp, Segment); in SelectAddr() 1275 getAddressOperands(AM, Base, Scale, Index, Disp, Segment); in SelectLEAAddr() 1299 getAddressOperands(AM, Base, Scale, Index, Disp, Segment); in SelectTLSADDRAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 251 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, in getAddressOperands() function in __anon8c2660630311::X86DAGToDAGISel 1687 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectVectorAddr() 1734 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectAddr() 1958 getAddressOperands(AM, DL, Base, Scale, Index, Disp, Segment); in selectLEAAddr() 1982 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectTLSADDRAddr()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 244 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, in getAddressOperands() function in __anonfec1f42b0311::X86DAGToDAGISel 1501 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectAddr() 1681 getAddressOperands(AM, DL, Base, Scale, Index, Disp, Segment); in selectLEAAddr() 1705 getAddressOperands(AM, SDLoc(N), Base, Scale, Index, Disp, Segment); in selectTLSADDRAddr()
|