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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 1 //===- HexagonInstrInfo.h - Hexagon Instruction Information -----*- C++ -*-===//
28 class HexagonInstrInfo : public HexagonGenInstrInfo {
32 explicit HexagonInstrInfo(HexagonSubtarget &ST);
HexagonInstrInfo.cpp 1 //===-- HexagonInstrInfo.cpp - Hexagon Instruction Information ------------===//
15 #include "HexagonInstrInfo.h"
57 HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST)
68 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
98 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
121 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
174 bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
285 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
313 void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB
    [all...]

Completed in 53 milliseconds