Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1717 std::string InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local
1718 if (InstDecoder != "") { in populateInstruction()
1719 InsnOperands.push_back(OperandInfo(InstDecoder)); in populateInstruction()