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

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 1 //===- NVPTXInstrInfo.h - NVPTX Instruction Information----------*- C++ -*-===//
26 class NVPTXInstrInfo : public NVPTXGenInstrInfo
31 explicit NVPTXInstrInfo(NVPTXTargetMachine &TM);
NVPTXInstrInfo.cpp 1 //===- NVPTXInstrInfo.cpp - NVPTX Instruction Information -----------------===//
15 #include "NVPTXInstrInfo.h"
30 NVPTXInstrInfo::NVPTXInstrInfo(NVPTXTargetMachine &tm)
36 void NVPTXInstrInfo::copyPhysReg (MachineBasicBlock &MBB,
73 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI,
97 bool NVPTXInstrInfo::isReadSpecialReg(MachineInstr &MI) const
119 bool NVPTXInstrInfo::isLoadInstr(const MachineInstr &MI,
130 bool NVPTXInstrInfo::isStoreInstr(const MachineInstr &MI,
142 bool NVPTXInstrInfo::CanTailMerge(const MachineInstr *MI) const
    [all...]
NVPTXTargetMachine.h 21 #include "NVPTXInstrInfo.h"
36 NVPTXInstrInfo InstrInfo;
60 virtual const NVPTXInstrInfo *getInstrInfo() const { return &InstrInfo; }

Completed in 45 milliseconds