Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDDisassembler.cpp258 const llvm::EDInstInfo *thisInstInfo = NULL; in createInst() local
261 thisInstInfo = &InstInfos[inst->getOpcode()]; in createInst()
264 EDInst* sdInst = new EDInst(inst, byteSize, *this, thisInstInfo); in createInst()