HomeSort by relevance Sort by last modified time
    Searched refs:SystemZ (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp 1 //===- SystemZRegisterInfo.cpp - SystemZ Register Information -------*- C++ -*-===//
10 // This file contains the SystemZ implementation of the TargetRegisterInfo class.
14 #include "SystemZ.h"
42 SystemZ::R6D, SystemZ::R7D, SystemZ::R8D, SystemZ::R9D,
43 SystemZ::R10D, SystemZ::R11D, SystemZ::R12D, SystemZ::R13D
    [all...]
SystemZInstrInfo.cpp 1 //===- SystemZInstrInfo.cpp - SystemZ Instruction Information --------------===//
10 // This file contains the SystemZ implementation of the TargetInstrInfo class.
14 #include "SystemZ.h"
33 : SystemZGenInstrInfo(SystemZ::ADJCALLSTACKUP, SystemZ::ADJCALLSTACKDOWN),
52 if (RC == &SystemZ::GR32RegClass ||
53 RC == &SystemZ::ADDR32RegClass)
54 Opc = SystemZ::MOV32mr;
55 else if (RC == &SystemZ::GR64RegClass ||
56 RC == &SystemZ::ADDR64RegClass)
    [all...]
SystemZFrameLowering.cpp 1 //=====- SystemZFrameLowering.cpp - SystemZ Frame Information ------*- C++ -*-====//
10 // This file contains the SystemZ implementation of TargetFrameLowering class.
34 { SystemZ::R2D, 0x10 },
35 { SystemZ::R3D, 0x18 },
36 { SystemZ::R4D, 0x20 },
37 { SystemZ::R5D, 0x28 },
38 { SystemZ::R6D, 0x30 },
39 { SystemZ::R7D, 0x38 },
40 { SystemZ::R8D, 0x40 },
41 { SystemZ::R9D, 0x48 }
    [all...]
Makefile 1 ##===- lib/Target/SystemZ/Makefile ---------------------------*- Makefile -*-===##
12 TARGET = SystemZ
SystemZISelDAGToDAG.cpp 1 //==-- SystemZISelDAGToDAG.cpp - A dag to dag inst selector for SystemZ ---===//
10 // This file defines an instruction selector for the SystemZ target.
14 #include "SystemZ.h"
77 /// SystemZDAGToDAGISel - SystemZ specific code to select SystemZ machine
98 return "SystemZ DAG->DAG Pattern Instruction Selection";
148 /// SystemZ-specific DAG, ready for instruction scheduling.
613 Opc = SystemZ::SDIVREM32r; MOpc = SystemZ::SDIVREM32m;
618 Opc = SystemZ::SDIVREM64r; MOpc = SystemZ::SDIVREM64m
    [all...]
SystemZISelLowering.cpp 1 //===-- SystemZISelLowering.cpp - SystemZ DAG Lowering Implementation -----==//
14 #define DEBUG_TYPE "systemz-lower"
17 #include "SystemZ.h"
49 addRegisterClass(MVT::i32, SystemZ::GR32RegisterClass);
50 addRegisterClass(MVT::i64, SystemZ::GR64RegisterClass);
51 addRegisterClass(MVT::v2i32,SystemZ::GR64PRegisterClass);
52 addRegisterClass(MVT::v2i64,SystemZ::GR128RegisterClass);
55 addRegisterClass(MVT::f32, SystemZ::FP32RegisterClass);
56 addRegisterClass(MVT::f64, SystemZ::FP64RegisterClass);
75 setStackPointerRegisterToSaveRestore(SystemZ::R15D)
    [all...]
SystemZAsmPrinter.cpp 1 //===-- SystemZAsmPrinter.cpp - SystemZ LLVM assembly writer ---------------===//
11 // of machine-dependent LLVM code to the SystemZ assembly language.
16 #include "SystemZ.h"
43 return "SystemZ Assembly Printer";
131 Reg = TM.getRegisterInfo()->getSubReg(Reg, SystemZ::subreg_32bit);
133 Reg = TM.getRegisterInfo()->getSubReg(Reg, SystemZ::subreg_odd32);
  /external/llvm/test/CodeGen/SystemZ/
dg.exp 3 if { [llvm_supports_target SystemZ] } {
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 42 milliseconds