Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRVRegNamerUtils.cpp22 Changed = Changed || !MRI.reg_empty(E.first); in doVRegRenaming()
DLiveIntervals.cpp283 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
302 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp440 if (!MRI.reg_empty(Reg)) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h323 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function