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

  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 1 //===-- R600InstrInfo.cpp - R600 Instruction Information ------------------===//
15 #include "R600InstrInfo.h"
31 R600InstrInfo::R600InstrInfo(const R600Subtarget &ST)
34 bool R600InstrInfo::isTrig(const MachineInstr &MI) const {
38 bool R600InstrInfo::isVector(const MachineInstr &MI) const {
42 void R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
77 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB,
88 bool R600InstrInfo::isMov(unsigned Opcode) const {
102 bool R600InstrInfo::isPlaceHolderOpcode(unsigned Opcode) const
    [all...]
R600MachineScheduler.h 24 class R600InstrInfo;
29 const R600InstrInfo *TII;
R600InstrInfo.h 1 //===-- R600InstrInfo.h - R600 Instruction Info Interface -------*- C++ -*-===//
11 /// \brief Interface definition for R600InstrInfo
29 class R600InstrInfo final : public AMDGPUInstrInfo {
59 explicit R600InstrInfo(const R600Subtarget &);
120 const std::vector<R600InstrInfo::BankSwizzle> &Swz,
122 R600InstrInfo::BankSwizzle TransSwz) const;
126 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate,
128 R600InstrInfo::BankSwizzle TransSwz) const;
R600RegisterInfo.cpp 18 #include "R600InstrInfo.h"
32 const R600InstrInfo *TII = ST.getInstrInfo();
R600Packetizer.cpp 20 #include "R600InstrInfo.h"
60 const R600InstrInfo *TII;
231 std::vector<R600InstrInfo::BankSwizzle> &BS,
299 std::vector<R600InstrInfo::BankSwizzle> BS;
330 const R600InstrInfo *TII = ST.getInstrInfo();
AMDGPUSubtarget.h 19 #include "R600InstrInfo.h"
296 R600InstrInfo InstrInfo;
304 const R600InstrInfo *getInstrInfo() const override {
R600ISelLowering.h 22 class R600InstrInfo;
R600ClauseMergePass.cpp 19 #include "R600InstrInfo.h"
48 const R600InstrInfo *TII;
R600EmitClauseMarkers.cpp 19 #include "R600InstrInfo.h"
38 const R600InstrInfo *TII;
R600ExpandSpecialInstrs.cpp 19 #include "R600InstrInfo.h"
34 const R600InstrInfo *TII;
AMDGPUISelDAGToDAG.cpp 32 class R600InstrInfo;
72 const R600InstrInfo *TII);
73 bool FoldOperands(unsigned, const R600InstrInfo *, std::vector<SDValue> &);
74 bool FoldDotOperands(unsigned, const R600InstrInfo *, std::vector<SDValue> &);
    [all...]
R600MachineScheduler.cpp 16 #include "R600InstrInfo.h"
31 TII = static_cast<const R600InstrInfo*>(DAG->TII);
246 // XXX: Is it possible to add a helper function in R600InstrInfo that can
R600OptimizeVectorRegisters.cpp 33 #include "R600InstrInfo.h"
89 const R600InstrInfo *TII;
R600ControlFlowFinalizer.cpp 19 #include "R600InstrInfo.h"
220 const R600InstrInfo *TII;
R600ISelLowering.cpp 20 #include "R600InstrInfo.h"
216 const R600InstrInfo *TII = getSubtarget()->getInstrInfo();
    [all...]
AMDILCFGStructurizer.cpp 14 #include "R600InstrInfo.h"
185 const R600InstrInfo *TII;
    [all...]

Completed in 885 milliseconds