Searched refs:ImpUse (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FixupGadgets.cpp | 554 for (MCPhysReg ImpUse : ImpUses) { in hasImplicitUseOrDef() local 555 unsigned w = getWidestRegForReg(ImpUse); in hasImplicitUseOrDef()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 219 bool ReadUndef, bool ImpUse); 646 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 89 for (MCPhysReg ImpUse : MCID->implicit_uses()) in addImplicitDefUseOperands() local 90 addOperand(MF, MachineOperand::CreateReg(ImpUse, false, true)); in addImplicitDefUseOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1424 for (MCPhysReg ImpUse : MCID.implicit_uses()) in verifyImplicitOperands() local 1425 ImplicitOperands.push_back(MachineOperand::CreateReg(ImpUse, false, true)); in verifyImplicitOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2749 for (MCPhysReg ImpUse : NewDesc.implicit_uses()) { in optimizeCompareInstr() local 2750 if (!MI->readsRegister(ImpUse)) { in optimizeCompareInstr() 2752 MachineOperand::CreateReg(ImpUse, false, true)); in optimizeCompareInstr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 4566 const MachineOperand &ImpUse in verifyInstruction() local 4568 if (!ImpUse.isReg() || !ImpUse.isUse() || in verifyInstruction() 4569 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
|