Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp29 Changed = Changed || !MRI.reg_empty(E.first); in doVRegRenaming()
H A DLiveIntervals.cpp286 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
305 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp82 if (!MRI.reg_empty(STI.getZeroRegister())) { in emitPrologue()
153 if (!MRI.reg_empty(STI.getZeroRegister())) { in restoreStatusRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp509 if (!MRI->reg_empty(Reg)) in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h345 bool reg_empty(Register RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function