Searched refs:getInstructionCaseForEncoding (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | VarLenCodeEmitterGen.cpp | 78 std::string getInstructionCaseForEncoding(Record *R, Record *EncodingDef, 402 Case += getInstructionCaseForEncoding(R, KV.second, Target); in getInstructionCase() 410 return getInstructionCaseForEncoding(R, R, Target); in getInstructionCase() 413 std::string VarLenCodeEmitterGen::getInstructionCaseForEncoding( in getInstructionCaseForEncoding() function in VarLenCodeEmitterGen
|
| H A D | CodeEmitterGen.cpp | 51 std::string getInstructionCaseForEncoding(Record *R, Record *EncodingDef, 279 Case += getInstructionCaseForEncoding(R, KV.second, Target); in getInstructionCase() 287 return getInstructionCaseForEncoding(R, R, Target); in getInstructionCase() 290 std::string CodeEmitterGen::getInstructionCaseForEncoding(Record *R, Record *EncodingDef, in getInstructionCaseForEncoding() function in __anon4443b33a0111::CodeEmitterGen
|