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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp1 //===----- HexagonMCChecker.cpp - Instruction bundle checking -------------===//
15 #include "HexagonMCChecker.h"
30 const HexagonMCChecker::PredSense
31 HexagonMCChecker::Unconditional(Hexagon::NoRegister, false);
33 void HexagonMCChecker::init() {
56 void HexagonMCChecker::init(MCInst const& MCI) {
226 HexagonMCChecker::HexagonMCChecker(MCInstrInfo const &MCII, MCSubtargetInfo const &STI, MCInst &mcb, MCInst &mcbdx, function in class:HexagonMCChecker
233 bool HexagonMCChecker::check() {
246 bool HexagonMCChecker
[all...]
H A DHexagonMCChecker.h1 //===----- HexagonMCChecker.h - Instruction bundle checking ---------------===//
72 class HexagonMCChecker { class in namespace:llvm
196 explicit HexagonMCChecker(MCInstrInfo const &MCII, MCSubtargetInfo const &STI, MCInst& mcb, MCInst &mcbdx,

Completed in 102 milliseconds