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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp341 bool &IsSrcPhys, bool &IsDstPhys) {
354 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg);
423 bool IsSrcPhys, IsDstPhys; local
427 if (!isCopyToReg(*DefMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys))
456 unsigned &DstReg, bool &IsDstPhys) {
465 if (isCopyToReg(UseMI, TII, SrcReg, DstReg, IsSrcPhys, IsDstPhys)) {
469 IsDstPhys = false;
471 IsDstPhys = TargetRegisterInfo::isPhysicalRegister(DstReg);
664 bool IsDstPhys; local
669 NewReg, IsDstPhys)) {
339 isCopyToReg(MachineInstr &MI, const TargetInstrInfo *TII, unsigned &SrcReg, unsigned &DstReg, bool &IsSrcPhys, bool &IsDstPhys) argument
452 findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, MachineRegisterInfo *MRI, const TargetInstrInfo *TII, bool &IsCopy, unsigned &DstReg, bool &IsDstPhys) argument
[all...]

Completed in 55 milliseconds