Searched defs:XCoreInstrInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h1 //===-- XCoreInstrInfo.h - XCore Instruction Information --------*- C++ -*-===//
25 class XCoreInstrInfo : public XCoreGenInstrInfo { class in namespace:llvm
29 XCoreInstrInfo();
H A DXCoreInstrInfo.cpp1 //===-- XCoreInstrInfo.cpp - XCore Instruction Information ----------------===//
14 #include "XCoreInstrInfo.h"
47 void XCoreInstrInfo::anchor() {}
49 XCoreInstrInfo::XCoreInstrInfo() function in class: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
[all...]

Completed in 134 milliseconds