HomeSort by relevance Sort by last modified time
    Searched defs:K_Reg (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 316 K_Reg
322 ResultOperand(Record *r) : R(r), Kind(K_Reg) {}
326 bool isReg() const { return Kind == K_Reg; }
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 291 K_Reg
296 ResultOperand(Record *r) : R(r), Kind(K_Reg) {}
300 bool isReg() const { return Kind == K_Reg; }

Completed in 450 milliseconds