Searched refs:getInstructionCaseForEncoding (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 89 std::string getInstructionCaseForEncoding(Record *R, AltEncodingTy Mode, 424 return getInstructionCaseForEncoding(R, Mode, Encoding, Target, 6); in getInstructionCases() 438 getInstructionCaseForEncoding(R, It->first, It->second, Target, 8); in getInstructionCases() 447 std::string VarLenCodeEmitterGen::getInstructionCaseForEncoding( in getInstructionCaseForEncoding() function in VarLenCodeEmitterGen
|