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

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXInstrInfo.h 1 //===- PTXInstrInfo.h - PTX Instruction Information -------------*- C++ -*-===//
30 class PTXInstrInfo : public PTXGenInstrInfo {
36 explicit PTXInstrInfo(PTXTargetMachine &_TM);
130 }; // class PTXInstrInfo
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...]

Completed in 254 milliseconds