HomeSort by relevance Sort by last modified time
    Searched refs:HexagonSubtarget (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.h 41 class HexagonSubtarget;
46 HexagonSubtarget &Subtarget;
48 HexagonRegisterInfo(HexagonSubtarget &st);
HexagonFrameLowering.h 14 #include "HexagonSubtarget.h"
21 const HexagonSubtarget &STI;
25 explicit HexagonFrameLowering(const HexagonSubtarget &sti)
HexagonSubtarget.h 1 //===-- HexagonSubtarget.h - Define Subtarget for the Hexagon ---*- C++ -*-===//
29 class HexagonSubtarget : public HexagonGenSubtargetInfo {
44 HexagonSubtarget(StringRef TT, StringRef CPU, StringRef FS);
HexagonTargetMachine.h 21 #include "HexagonSubtarget.h"
31 HexagonSubtarget Subtarget;
47 virtual const HexagonSubtarget *getSubtargetImpl() const {
HexagonRegisterInfo.cpp 17 #include "HexagonSubtarget.h"
41 HexagonRegisterInfo::HexagonRegisterInfo(HexagonSubtarget &st)
59 case HexagonSubtarget::V1:
61 case HexagonSubtarget::V2:
63 case HexagonSubtarget::V3:
64 case HexagonSubtarget::V4:
65 case HexagonSubtarget::V5:
106 case HexagonSubtarget::V1:
108 case HexagonSubtarget::V2:
110 case HexagonSubtarget::V3
    [all...]
HexagonSubtarget.cpp 1 //===-- HexagonSubtarget.cpp - Hexagon Subtarget Information --------------===//
14 #include "HexagonSubtarget.h"
49 HexagonSubtarget::HexagonSubtarget(StringRef TT, StringRef CPU, StringRef FS):
HexagonAsmPrinter.h 25 const HexagonSubtarget *Subtarget;
30 Subtarget = &TM.getSubtarget<HexagonSubtarget>();
HexagonInstrInfo.h 30 const HexagonSubtarget &Subtarget;
34 explicit HexagonInstrInfo(HexagonSubtarget &ST);
HexagonCFGOptimizer.cpp 12 #include "HexagonSubtarget.h"
40 const HexagonSubtarget &QST;
HexagonSplitConst32AndConst64.cpp 38 #include "HexagonSubtarget.h"
53 const HexagonSubtarget &QST;
HexagonExpandPredSpillCode.cpp 22 #include "HexagonSubtarget.h"
53 const HexagonSubtarget &QST;
HexagonSplitTFRCondSets.cpp 32 #include "HexagonSubtarget.h"
61 const HexagonSubtarget &QST;
HexagonISelDAGToDAG.cpp 49 const HexagonSubtarget &Subtarget;
58 Subtarget(targetmachine.getSubtarget<HexagonSubtarget>()),
    [all...]
HexagonInstrInfo.cpp 17 #include "HexagonSubtarget.h"
59 HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST)
    [all...]

Completed in 55 milliseconds