Home
last modified time | relevance | path

Searched refs:Inst32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp1085 MachineInstr *Inst32 = TII->buildShrunkInst(MI, Op32); in run() local
1089 copyExtraImplicitOps(*Inst32, MI); in run()
1093 Inst32->findRegisterDefOperand(VCCReg, /*TRI=*/nullptr)->setIsDead(); in run()
1096 foldImmediates(*Inst32); in run()
1098 LLVM_DEBUG(dbgs() << "e32 MI = " << *Inst32 << '\n'); in run()
H A DSIFoldOperands.cpp649 MachineInstr *Inst32 = TII->buildShrunkInst(*MI, Op32); in updateOperand() local
669 TII->commuteInstruction(*Inst32, false); in updateOperand()
H A DSIInstrInfo.cpp4640 MachineInstrBuilder Inst32 = in buildShrunkInst() local
4650 Inst32.add(MI.getOperand(I)); in buildShrunkInst()
4667 copyFlagsToImplicitVCC(*Inst32, *Src2); in buildShrunkInst()
4672 Inst32.add(Use); in buildShrunkInst()
4676 fixImplicitOperands(*Inst32); in buildShrunkInst()
4677 return Inst32; in buildShrunkInst()