Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp89 std::string getInstructionCaseForEncoding(const Record *R, AltEncodingTy Mode,
425 return getInstructionCaseForEncoding(R, Mode, Encoding, Target, in getInstructionCases()
439 Case += getInstructionCaseForEncoding(R, It->first, It->second, Target, in getInstructionCases()
449 std::string VarLenCodeEmitterGen::getInstructionCaseForEncoding( in getInstructionCaseForEncoding() function in VarLenCodeEmitterGen