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

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 1 //===- NVPTXInstrInfo.h - NVPTX Instruction Information----------*- C++ -*-===//
26 class NVPTXInstrInfo : public NVPTXGenInstrInfo {
30 explicit NVPTXInstrInfo();
NVPTXInstrInfo.cpp 1 //===- NVPTXInstrInfo.cpp - NVPTX Instruction Information -----------------===//
15 #include "NVPTXInstrInfo.h"
29 void NVPTXInstrInfo::anchor() {}
31 NVPTXInstrInfo::NVPTXInstrInfo() : NVPTXGenInstrInfo(), RegInfo() {}
33 void NVPTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
68 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, unsigned &SrcReg,
91 bool NVPTXInstrInfo::isLoadInstr(const MachineInstr &MI,
102 bool NVPTXInstrInfo::isStoreInstr(const MachineInstr &MI,
113 bool NVPTXInstrInfo::CanTailMerge(const MachineInstr *MI) const
    [all...]

Completed in 230 milliseconds