Searched refs:getVALUOp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DSIInstrInfo.h117 static unsigned getVALUOp(const MachineInstr &MI);
H A DSIInstrInfo.cpp678 unsigned SIInstrInfo::getVALUOp(const MachineInstr &MI) { function in class:SIInstrInfo
731 return getVALUOp(MI) != AMDGPU::INSTRUCTION_LIST_END;
1116 unsigned NewOpcode = getVALUOp(*MI);
1183 unsigned NewOpcode = getVALUOp(*Inst);

Completed in 211 milliseconds