Home
last modified time | relevance | path

Searched refs:isInst (Results 1 – 9 of 9) 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-7.0/llvm/include/llvm/MC/
DMCInst.h62 bool isInst() const { return Kind == kInst; } in isInst() function
107 assert(isInst() && "This is not a sub-instruction"); in getInst()
112 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-7.0/llvm/lib/MC/
DMCInst.cpp33 } else if (isInst()) { in print()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp291 else if (Op.isInst()) in DumpMCOperand()
/external/clang/include/clang/AST/
DDeclObjC.h415 void setInstanceMethod(bool isInst) { IsInstance = isInst; } in setInstanceMethod() argument
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.h269 virtual bool isInst() const { return false;} in isInst() function
DSPIRVInstruction.h124 virtual bool isInst() const { return true;} in isInst() function
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp239 assert(SV->isInst() && "Invalid instruction"); in transDbgInfo()