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

  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaTargetMachine.h 17 #include "AlphaInstrInfo.h"
32 AlphaInstrInfo InstrInfo;
43 virtual const AlphaInstrInfo *getInstrInfo() const { return &InstrInfo; }
AlphaInstrInfo.h 1 //===- AlphaInstrInfo.h - Alpha Instruction Information ---------*- C++ -*-===//
25 class AlphaInstrInfo : public AlphaGenInstrInfo {
28 AlphaInstrInfo();
AlphaInstrInfo.cpp 1 //===- AlphaInstrInfo.cpp - Alpha Instruction Information -------*- C++ -*-===//
15 #include "AlphaInstrInfo.h"
27 AlphaInstrInfo::AlphaInstrInfo()
34 AlphaInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
53 AlphaInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
87 unsigned AlphaInstrInfo::InsertBranch(MachineBasicBlock &MBB,
121 void AlphaInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
143 AlphaInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
172 AlphaInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB
    [all...]
AlphaISelDAGToDAG.cpp 180 const AlphaInstrInfo *getInstrInfo() {

Completed in 7416 milliseconds