Home
last modified time | relevance | path

Searched refs:OK_Reg (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp73 enum { OK_Reg, OK_FP, OK_Imm, OK_Invalid = -1 }; enumerator
82 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; } in getReg()
90 bool isReg() const { return Repr == OK_Reg; } in isReg()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp79 enum { OK_Reg, OK_FP, OK_Imm, OK_Invalid = -1 }; enumerator
88 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; } in getReg()
96 bool isReg() const { return Repr == OK_Reg; } in isReg()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp89 enum { OK_Reg, OK_FP, OK_Imm, OK_Invalid = -1 }; enumerator
98 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; } in getReg()
106 bool isReg() const { return Repr == OK_Reg; } in isReg()