Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp164 bool DstIsKill = MI.getOperand(1).isKill(); in expandArith() local
197 bool DstIsKill = MI.getOperand(1).isKill(); in expandLogic() local
417 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
449 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
487 bool DstIsKill = MI.getOperand(0).isKill(); in expand() local
520 bool DstIsKill = MI.getOperand(0).isKill(); in expand() local
1163 bool DstIsKill = MI.getOperand(0).isKill(); in expand() local
1171 if (!DstIsKill) { in expand()
1184 if (!DstIsKill) { in expand()
1366 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
[all …]