Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp49 std::string getInstructionCaseForEncoding(Record *R, Record *EncodingDef,
277 Case += getInstructionCaseForEncoding(R, KV.second, Target); in getInstructionCase()
285 return getInstructionCaseForEncoding(R, R, Target); in getInstructionCase()
288 std::string CodeEmitterGen::getInstructionCaseForEncoding(Record *R, Record *EncodingDef, in getInstructionCaseForEncoding() function in __anonb683e2b50111::CodeEmitterGen