Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp493 if (MovT.hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
511 MovY->hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
546 if (I->hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
571 if (MovX->hasRegisterImplicitUseOperand(AMDGPU::EXEC)) { in matchSwap()
H A DSIPreEmitPeephole.cpp262 I->hasRegisterImplicitUseOperand(AMDGPU::M0)) || in optimizeSetGPR()
H A DSIFoldOperands.cpp487 return !MI.hasRegisterImplicitUseOperand(AMDGPU::M0); in isUseSafeToFold()
H A DSIInstrInfo.cpp4224 if (!MI.hasRegisterImplicitUseOperand(AMDGPU::EXEC)) { in verifyInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1421 bool hasRegisterImplicitUseOperand(Register Reg) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp980 bool MachineInstr::hasRegisterImplicitUseOperand(Register Reg) const { in hasRegisterImplicitUseOperand() function in MachineInstr