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++ -*-===//
31 class HexagonInstrInfo : public HexagonGenInstrInfo { class in namespace:llvm
36 explicit HexagonInstrInfo(HexagonSubtarget &ST);
254 /// HexagonInstrInfo specifics.
H A DHexagonInstrInfo.cpp1 //===-- HexagonInstrInfo.cpp - Hexagon Instruction Information ------------===//
14 #include "HexagonInstrInfo.h"
100 void HexagonInstrInfo::anchor() {}
102 HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST) function in class:HexagonInstrInfo
233 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
258 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
293 bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
459 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
480 unsigned HexagonInstrInfo
[all...]

Completed in 79 milliseconds