Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp244 if (!MRI.reg_empty(Reg)) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h111 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h289 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp270 if (!MRI->reg_empty(*Supers)) in computeRegUnitRange()
281 if (!MRI->isReserved(Reg) && !MRI->reg_empty(Reg)) in computeRegUnitRange()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h324 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp279 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
298 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()