Searched refs:ImpUse (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 101 for (MCPhysReg ImpUse : MCID.implicit_uses()) in init() local 102 initReg(MCI, ImpUse, PredReg, isTrue); in init()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 220 bool ReadUndef, bool ImpUse); 647 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 90 for (MCPhysReg ImpUse : MCID->implicit_uses()) in addImplicitDefUseOperands() local 91 addOperand(MF, MachineOperand::CreateReg(ImpUse, false, true)); in addImplicitDefUseOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1441 for (MCPhysReg ImpUse : MCID.implicit_uses()) in verifyImplicitOperands() local 1442 ImplicitOperands.push_back(MachineOperand::CreateReg(ImpUse, false, true)); in verifyImplicitOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2724 for (MCPhysReg ImpUse : NewDesc.implicit_uses()) { in optimizeCompareInstr() local 2725 if (!MI->readsRegister(ImpUse)) { in optimizeCompareInstr() 2727 MachineOperand::CreateReg(ImpUse, false, true)); in optimizeCompareInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 4970 const MachineOperand &ImpUse in verifyInstruction() local 4972 if (!ImpUse.isReg() || !ImpUse.isUse() || in verifyInstruction() 4973 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
|