Searched defs:IsSrcPhys (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp381 bool &IsSrcPhys, bool &IsDstPhys) {
393 IsSrcPhys = TargetRegisterInfo::isPhysicalRegister(SrcReg);
463 bool IsSrcPhys, IsDstPhys; local
467 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys))
504 bool IsSrcPhys; local
505 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) {
794 bool IsSrcPhys, IsDstPhys;
796 if (!isCopyToReg(*MI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys))
799 if (IsDstPhys && !IsSrcPhys)
801 else if (!IsDstPhys && IsSrcPhys) {
379 isCopyToReg(MachineInstr &MI, const TargetInstrInfo *TII, unsigned &SrcReg, unsigned &DstReg, bool &IsSrcPhys, bool &IsDstPhys) argument
[all...]

Completed in 51 milliseconds