HomeSort by relevance Sort by last modified time
    Searched defs:XCoreInstrInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 1 //===-- XCoreInstrInfo.h - XCore Instruction Information --------*- C++ -*-===//
25 class XCoreInstrInfo : public XCoreGenInstrInfo {
29 XCoreInstrInfo();
XCoreInstrInfo.cpp 1 //===-- XCoreInstrInfo.cpp - XCore Instruction Information ----------------===//
14 #include "XCoreInstrInfo.h"
47 void XCoreInstrInfo::anchor() {}
49 XCoreInstrInfo::XCoreInstrInfo()
64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{
85 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
194 XCoreInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
282 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
314 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
    [all...]

Completed in 38 milliseconds