Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.cpp1259 std::string InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local
1260 if (InstDecoder != "") { in populateInstruction()
1261 InsnOperands.push_back(OperandInfo(InstDecoder)); in populateInstruction()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1710 std::string InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local
1711 if (InstDecoder != "") { in populateInstruction()
1713 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1761 StringRef InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local
1762 if (InstDecoder != "") { in populateInstruction()
1764 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()