Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp29 Changed = Changed || !MRI.reg_empty(E.first); in doVRegRenaming()
H A DLiveIntervals.cpp309 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
326 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp80 if (!MRI.reg_empty(STI.getZeroRegister())) { in emitPrologue()
151 if (!MRI.reg_empty(STI.getZeroRegister())) { in restoreStatusRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp481 if (!MRI->reg_empty(Reg)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h337 bool reg_empty(Register RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1375 if (!MRI->reg_empty(Reg)) in simplifyCode()