Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupGadgets.cpp554 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 DHexagonMCChecker.cpp101 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 DHexagonExpandCondsets.cpp219 bool ReadUndef, bool ImpUse);
646 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp89 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 DMIParser.cpp1424 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 DPPCInstrInfo.cpp2749 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 DSIInstrInfo.cpp4566 const MachineOperand &ImpUse in verifyInstruction() local
4568 if (!ImpUse.isReg() || !ImpUse.isUse() || in verifyInstruction()
4569 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()