Searched refs:DstMO (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp145 MachineOperand &DstMO = MI->getOperand(0); local
148 if (SrcMO.getReg() == DstMO.getReg()) {
166 DstMO.getReg(), SrcMO.getReg(), SrcMO.isKill());
H A DTwoAddressInstructionPass.cpp1307 MachineOperand &DstMO = MI->getOperand(DstIdx); local
1309 unsigned DstReg = DstMO.getReg();
1317 if (SrcMO.isUndef() && !DstMO.getSubReg()) {
1341 const MachineOperand &DstMO = MI->getOperand(TiedPairs[tpi].second); local
1342 IsEarlyClobber |= DstMO.isEarlyClobber();
1355 const MachineOperand &DstMO = MI->getOperand(DstIdx); local
1356 unsigned RegA = DstMO.getReg();
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1923 MachineOperand &DstMO = MI->getOperand(0); local
1926 if ( IsVSReg(DstMO.getReg(), MRI) &&
1949 } else if (!IsVSReg(DstMO.getReg(), MRI) &&
1955 IsVRReg(DstMO.getReg(), MRI) ? &PPC::VSHRCRegClass :
1957 assert((IsF8Reg(DstMO.getReg(), MRI) ||
1958 IsVRReg(DstMO.getReg(), MRI)) &&
1969 SrcMO.setSubReg(IsVRReg(DstMO.getReg(), MRI) ? PPC::sub_128 :

Completed in 173 milliseconds