Searched refs:Dest1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 53 Register Dest0, Register Dest1, Register Src0, in PairedCopy() argument 57 if (Dest0 == Src1 && Dest1 == Src0) { in PairedCopy() 59 BuildMI(MBB, MBBI, DL, XOR, Dest0).addReg(Dest0).addReg(Dest1); in PairedCopy() 60 BuildMI(MBB, MBBI, DL, XOR, Dest1).addReg(Dest0).addReg(Dest1); in PairedCopy() 61 BuildMI(MBB, MBBI, DL, XOR, Dest0).addReg(Dest0).addReg(Dest1); in PairedCopy() 62 } else if (Dest0 != Src0 || Dest1 != Src1) { in PairedCopy() 63 if (Dest0 == Src1 || Dest1 != Src0) { in PairedCopy() 64 BuildMI(MBB, MBBI, DL, OR, Dest1).addReg(Src1).addReg(Src1); in PairedCopy() 68 BuildMI(MBB, MBBI, DL, OR, Dest1).addReg(Src1).addReg(Src1); in PairedCopy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 140 BasicBlock *Dest1 = BI->getSuccessor(0); in ConstantFoldTerminator() local 143 if (Dest2 == Dest1) { // Conditional branch to same location? in ConstantFoldTerminator() 150 Dest1->removePredecessor(BI->getParent()); in ConstantFoldTerminator() 153 BranchInst *NewBI = Builder.CreateBr(Dest1); in ConstantFoldTerminator() 169 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() 170 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1; in ConstantFoldTerminator()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 1232 auto *Dest1 = TII->getNamedOperand(*Paired.I, OpName); in copyToDestRegs() local 1238 Dest1->setIsEarlyClobber(false); in copyToDestRegs() 1244 .add(*Dest1) in copyToDestRegs()
|
H A D | SIInstrInfo.cpp | 7225 MachineOperand &Dest1 = Inst.getOperand(1); in moveToVALUImpl() local 7236 .addReg(Dest1.getReg(), RegState::Define) in moveToVALUImpl()
|
H A D | SIISelLowering.cpp | 4974 MachineOperand &Dest1 = MI.getOperand(1); in EmitInstrWithCustomInserter() local 4983 BuildMI(*BB, MI, DL, TII->get(AMDGPU::S_CSELECT_B64), Dest1.getReg()) in EmitInstrWithCustomInserter()
|