Home
last modified time | relevance | path

Searched refs:ImpUse (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp101 for (MCPhysReg ImpUse : MCID.implicit_uses()) in init() local
102 initReg(MCI, ImpUse, PredReg, isTrue); in init()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp220 bool ReadUndef, bool ImpUse);
647 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp91 for (MCPhysReg ImpUse : MCID->implicit_uses()) in addImplicitDefUseOperands() local
92 addOperand(MF, MachineOperand::CreateReg(ImpUse, false, true)); in addImplicitDefUseOperands()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1441 for (MCPhysReg ImpUse : MCID.implicit_uses()) in verifyImplicitOperands() local
1442 ImplicitOperands.push_back(MachineOperand::CreateReg(ImpUse, false, true)); in verifyImplicitOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2740 for (MCPhysReg ImpUse : NewDesc.implicit_uses()) { in optimizeCompareInstr() local
2741 if (!MI->readsRegister(ImpUse, /*TRI=*/nullptr)) { in optimizeCompareInstr()
2743 MachineOperand::CreateReg(ImpUse, false, true)); in optimizeCompareInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5096 const MachineOperand &ImpUse in verifyInstruction() local
5098 if (!ImpUse.isReg() || !ImpUse.isUse() || in verifyInstruction()
5099 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()