Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DVarLenCodeEmitterGen.cpp78 std::string getInstructionCaseForEncoding(Record *R, Record *EncodingDef,
427 Case += getInstructionCaseForEncoding(R, KV.second, Target); in getInstructionCase()
435 return getInstructionCaseForEncoding(R, R, Target); in getInstructionCase()
438 std::string VarLenCodeEmitterGen::getInstructionCaseForEncoding( in getInstructionCaseForEncoding() function in VarLenCodeEmitterGen
DCodeEmitterGen.cpp50 std::string getInstructionCaseForEncoding(Record *R, Record *EncodingDef,
307 Case += getInstructionCaseForEncoding(R, KV.second, Target); in getInstructionCase()
315 return getInstructionCaseForEncoding(R, R, Target); in getInstructionCase()
318 std::string CodeEmitterGen::getInstructionCaseForEncoding(Record *R, Record *EncodingDef, in getInstructionCaseForEncoding() function in __anon45a4dd060111::CodeEmitterGen