Searched refs:Dest1 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandAtomicPseudoInsts.cpp | 50 Register Dest0, Register Dest1, Register Src0, in PairedCopy() argument 54 if (Dest0 == Src1 && Dest1 == Src0) { in PairedCopy() 56 BuildMI(MBB, MBBI, DL, XOR, Dest0).addReg(Dest0).addReg(Dest1); in PairedCopy() 57 BuildMI(MBB, MBBI, DL, XOR, Dest1).addReg(Dest0).addReg(Dest1); in PairedCopy() 58 BuildMI(MBB, MBBI, DL, XOR, Dest0).addReg(Dest0).addReg(Dest1); in PairedCopy() 59 } else if (Dest0 != Src0 || Dest1 != Src1) { in PairedCopy() 60 if (Dest0 == Src1 || Dest1 != Src0) { in PairedCopy() 61 BuildMI(MBB, MBBI, DL, OR, Dest1).addReg(Src1).addReg(Src1); in PairedCopy() 65 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 | 144 BasicBlock *Dest1 = BI->getSuccessor(0); in ConstantFoldTerminator() local 147 if (Dest2 == Dest1) { // Conditional branch to same location? in ConstantFoldTerminator() 154 Dest1->removePredecessor(BI->getParent()); in ConstantFoldTerminator() 157 BranchInst *NewBI = Builder.CreateBr(Dest1); in ConstantFoldTerminator() 173 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() 174 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1; in ConstantFoldTerminator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILoadStoreOptimizer.cpp | 1268 auto *Dest1 = TII->getNamedOperand(*Paired.I, OpName); in copyToDestRegs() local 1274 Dest1->setIsEarlyClobber(false); in copyToDestRegs() 1280 .add(*Dest1) in copyToDestRegs()
|
| H A D | SIInstrInfo.cpp | 7590 MachineOperand &Dest1 = Inst.getOperand(1); in moveToVALUImpl() local 7601 .addReg(Dest1.getReg(), RegState::Define) in moveToVALUImpl()
|
| H A D | SIISelLowering.cpp | 5307 MachineOperand &Dest1 = MI.getOperand(1); in EmitInstrWithCustomInserter() local 5320 BuildMI(*BB, MI, DL, TII->get(AMDGPU::S_CSELECT_B64), Dest1.getReg()) in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 705 llvm::Value *Dest1 = CGF.EmitScalarExpr(E->getArg(2)); in emitSincosBuiltin() local 715 LValue CosLV = CGF.MakeNaturalAlignAddrLValue(Dest1, DestPtrType); in emitSincosBuiltin()
|