Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp460 unsigned HighScratchAccess = 0U; in getInstructionCaseForEncoding() local
500 HighScratchAccess = std::max(HighScratchAccess, NumBits + LoBit); in getInstructionCaseForEncoding()
513 RS.indent(I) << "if (Scratch.getBitWidth() < " << HighScratchAccess in getInstructionCaseForEncoding()
514 << ") { Scratch = Scratch.zext(" << HighScratchAccess in getInstructionCaseForEncoding()