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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 1 //===- HexagonInstrInfo.h - Hexagon Instruction Information -----*- C++ -*-===//
31 class HexagonInstrInfo : public HexagonGenInstrInfo {
36 explicit HexagonInstrInfo(HexagonSubtarget &ST);
280 /// HexagonInstrInfo specifics.
HexagonInstrInfo.cpp 1 //===-- HexagonInstrInfo.cpp - Hexagon Instruction Information ------------===//
14 #include "HexagonInstrInfo.h"
101 void HexagonInstrInfo::anchor() {}
103 HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST)
234 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
301 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
373 bool HexagonInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
544 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
564 unsigned HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 1 //===- HexagonInstrInfo.h - Hexagon Instruction Information -----*- C++ -*-===//
39 class HexagonInstrInfo : public HexagonGenInstrInfo {
49 explicit HexagonInstrInfo(HexagonSubtarget &ST);
346 /// HexagonInstrInfo specifics.
HexagonInstrInfo.cpp 1 //===- HexagonInstrInfo.cpp - Hexagon Instruction Information -------------===//
14 #include "HexagonInstrInfo.h"
116 void HexagonInstrInfo::anchor() {}
118 HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST)
147 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB,
240 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
288 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
338 bool HexagonInstrInfo::hasLoadFromStackSlot(const MachineInstr &MI,
356 bool HexagonInstrInfo::hasStoreToStackSlot(const MachineInstr &MI
    [all...]

Completed in 290 milliseconds