Home
last modified time | relevance | path

Searched refs:PTXInstrInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.cpp31 PTXInstrInfo::PTXInstrInfo(PTXTargetMachine &_TM) in PTXInstrInfo() function in PTXInstrInfo
47 void PTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
69 bool PTXInstrInfo::copyRegToReg(MachineBasicBlock &MBB, in copyRegToReg()
89 bool PTXInstrInfo::isMoveInstr(const MachineInstr& MI, in isMoveInstr()
113 bool PTXInstrInfo::isPredicated(const MachineInstr *MI) const { in isPredicated()
118 bool PTXInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { in isUnpredicatedTerminator()
122 bool PTXInstrInfo::
138 bool PTXInstrInfo::
154 bool PTXInstrInfo::
176 bool PTXInstrInfo::
[all …]
DPTXTargetMachine.h32 PTXInstrInfo InstrInfo;
48 virtual const PTXInstrInfo *getInstrInfo() const { return &InstrInfo; } in getInstrInfo()
DPTX.td120 include "PTXInstrInfo.td"
122 def PTXInstrInfo : InstrInfo;
139 let InstructionSet = PTXInstrInfo;
DPTXInstrInfo.h30 class PTXInstrInfo : public PTXGenInstrInfo {
36 explicit PTXInstrInfo(PTXTargetMachine &_TM);
DPTXInstrInfo.td1 //===- PTXInstrInfo.td - PTX Instruction defs -----------------*- tblgen-*-===//