Home
last modified time | relevance | path

Searched refs:OK_FP (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
83 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP()
91 bool isFP() const { return Repr == OK_FP; } in isFP()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp79 enum { OK_Reg, OK_FP, OK_Imm, OK_Invalid = -1 }; enumerator
89 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP()
97 bool isFP() const { return Repr == OK_FP; } in isFP()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp89 enum { OK_Reg, OK_FP, OK_Imm, OK_Invalid = -1 }; enumerator
99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP()
107 bool isFP() const { return Repr == OK_FP; } in isFP()