Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp488 if (MovT.hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
506 MovY->hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
541 if (I->hasRegisterImplicitUseOperand(AMDGPU::M0)) in matchSwap()
566 if (MovX->hasRegisterImplicitUseOperand(AMDGPU::EXEC)) { in matchSwap()
H A DSIPreEmitPeephole.cpp262 I->hasRegisterImplicitUseOperand(AMDGPU::M0)) || in optimizeSetGPR()
H A DSIFoldOperands.cpp486 return !MI.hasRegisterImplicitUseOperand(AMDGPU::M0); in isUseSafeToFold()
H A DSIInstrInfo.cpp4171 if (!MI.hasRegisterImplicitUseOperand(AMDGPU::EXEC)) { in verifyInstruction()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1408 bool hasRegisterImplicitUseOperand(Register Reg) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp980 bool MachineInstr::hasRegisterImplicitUseOperand(Register Reg) const { in hasRegisterImplicitUseOperand() function in MachineInstr