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++ -*-===//
30 class HexagonInstrInfo : public HexagonGenInstrInfo { class in namespace:llvm
37 explicit HexagonInstrInfo(HexagonSubtarget &ST);
H A DHexagonInstrInfo.cpp1 //===-- HexagonInstrInfo.cpp - Hexagon Instruction Information ------------===//
14 #include "HexagonInstrInfo.h"
62 void HexagonInstrInfo::anchor() {}
64 HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST) function in class:HexagonInstrInfo
73 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
100 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
120 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
177 bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
320 unsigned HexagonInstrInfo
[all...]

Completed in 65 milliseconds