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

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 1 //===- PTXInstrInfo.cpp - PTX Instruction Information ---------------------===//
17 #include "PTXInstrInfo.h"
31 PTXInstrInfo::PTXInstrInfo(PTXTargetMachine &_TM)
47 void PTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
69 bool PTXInstrInfo::copyRegToReg(MachineBasicBlock &MBB,
89 bool PTXInstrInfo::isMoveInstr(const MachineInstr& MI,
113 bool PTXInstrInfo::isPredicated(const MachineInstr *MI) const {
118 bool PTXInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
122 bool PTXInstrInfo:
    [all...]
PTXTargetMachine.h 18 #include "PTXInstrInfo.h"
32 PTXInstrInfo InstrInfo;
48 virtual const PTXInstrInfo *getInstrInfo() const { return &InstrInfo; }
PTXInstrInfo.h 1 //===- PTXInstrInfo.h - PTX Instruction Information -------------*- C++ -*-===//
30 class PTXInstrInfo : public PTXGenInstrInfo {
36 explicit PTXInstrInfo(PTXTargetMachine &_TM);
130 }; // class PTXInstrInfo

Completed in 36 milliseconds