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

/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h1 //===- HexagonInstrInfo.h - Hexagon Instruction Information -----*- C++ -*-===//
28 class HexagonInstrInfo : public HexagonGenInstrInfo { class in namespace:llvm
34 explicit HexagonInstrInfo(HexagonSubtarget &ST);
H A DHexagonInstrInfo.cpp1 //===-- HexagonInstrInfo.cpp - Hexagon Instruction Information ------------===//
14 #include "HexagonInstrInfo.h"
59 HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST) function in class:HexagonInstrInfo
70 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
97 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
117 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
170 bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
305 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
337 bool HexagonInstrInfo
[all...]

Completed in 88 milliseconds