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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2092 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; local
2120 if (HasDst) {
2249 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; local
2251 if (HasDst)
2288 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; local
2291 if (HasDst) {
H A DSIInstrInfo.cpp5062 bool HasDst = Inst.getOperand(0).isReg() && Inst.getOperand(0).isDef();
5064 if (HasDst) {
5104 if (HasDst)

Completed in 89 milliseconds