Home
last modified time | relevance | path

Searched defs:hasReg (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h129 bool hasReg() { return VGPR != AMDGPU::NoRegister;} in hasReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h202 bool hasReg() { return VGPR != 0;} in hasReg() function
/external/swiftshader/third_party/subzero/src/
DIceOperand.h764 bool hasReg() const { return getRegNum().hasValue(); } in hasReg() function