Home
last modified time | relevance | path

Searched refs:isInst (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInst.h60 bool isInst() const { return Kind == kInst; } in isInst() function
103 assert(isInst() && "This is not a sub-instruction"); in getInst()
107 assert(isInst() && "This is not a sub-instruction"); in setInst()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h61 bool isInst() const { return Kind == kInst; } in isInst() function
106 assert(isInst() && "This is not a sub-instruction"); in getInst()
111 assert(isInst() && "This is not a sub-instruction"); in setInst()
/external/llvm-project/llvm/include/llvm/MC/
DMCInst.h61 bool isInst() const { return Kind == kInst; } in isInst() function
106 assert(isInst() && "This is not a sub-instruction"); in getInst()
111 assert(isInst() && "This is not a sub-instruction"); in setInst()
/external/llvm/lib/MC/
DMCInst.cpp30 } else if (isInst()) { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInst.cpp32 } else if (isInst()) { in print()
/external/llvm-project/llvm/lib/MC/
DMCInst.cpp32 } else if (isInst()) { in print()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go369 if _, isInst := schema.Opcodes[t.Text(f.res.Lines)]; isInst && instOffset == 0 {
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go369 if _, isInst := schema.Opcodes[t.Text(f.res.Lines)]; isInst && instOffset == 0 {
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp381 else if (Op.isInst()) in DumpMCOperand()
/external/clang/include/clang/AST/
DDeclObjC.h415 void setInstanceMethod(bool isInst) { IsInstance = isInst; } in setInstanceMethod() argument
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h432 void setInstanceMethod(bool isInst) { in setInstanceMethod() argument
433 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod()