Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp66 std::string &BitOffsetCase,
268 BitOffsetCase += " // op: " + VarName + "\n"; in addCodeToMergeInOperand()
277 std::string Case, BitOffsetCase; in getInstructionCases() local
281 BitOffsetCase += S; in getInstructionCases()
293 BitOffsetCase); in getInstructionCases()
307 std::string &BitOffsetCase) { in addInstructionCasesForEncoding() argument
313 size_t OrigBitOffsetCaseSize = BitOffsetCase.size(); in addInstructionCasesForEncoding()
314 BitOffsetCase += " switch (OpNum) {\n"; in addInstructionCasesForEncoding()
327 BitOffsetCase.resize(OrigBitOffsetCaseSize); in addInstructionCasesForEncoding()
329 BitOffsetCase += " }\n"; in addInstructionCasesForEncoding()
[all …]