Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp606 if (MovT.hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
624 MovY->hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
658 if (I->hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
683 if (MovX->hasRegisterImplicitUseOperand(AMDGPU::EXEC)) { in matchSwap()
H A DSIFoldOperands.cpp474 return !MI.hasRegisterImplicitUseOperand(AMDGPU::M0); in isUseSafeToFold()
H A DSIInstrInfo.cpp4461 if (!MI.hasRegisterImplicitUseOperand(AMDGPU::EXEC)) { in verifyInstruction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1396 bool hasRegisterImplicitUseOperand(Register Reg) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp933 bool MachineInstr::hasRegisterImplicitUseOperand(Register Reg) const { in hasRegisterImplicitUseOperand() function in MachineInstr
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp187 if (isFloat(MI) && MI.hasRegisterImplicitUseOperand(Hexagon::USR)) in shouldSink()