Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp65 std::string &BitOffsetCase);
68 std::string &BitOffsetCase,
102 std::string &BitOffsetCase, in addCodeToMergeInOperand() argument
275 BitOffsetCase += " case " + utostr(OpIdx) + ":\n"; in addCodeToMergeInOperand()
276 BitOffsetCase += " // op: " + VarName + "\n"; in addCodeToMergeInOperand()
277 BitOffsetCase += " return " + utostr(BitOffset) + ";\n"; in addCodeToMergeInOperand()
286 std::string Case, BitOffsetCase; in getInstructionCases() local
290 BitOffsetCase += S; in getInstructionCases()
335 BitOffsetCase); in getInstructionCases()
340 return {std::move(Case), std::move(BitOffsetCase)}; in getInstructionCases()
[all …]