Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1996 bool IsVarLenInst) { in populateInstruction() argument
2056 if (IsVarLenInst) { in populateInstruction()
2222 static void emitDecodeInstruction(formatted_raw_ostream &OS, bool IsVarLenInst, in emitDecodeInstruction() argument
2246 if (IsVarLenInst) { in emitDecodeInstruction()
2270 if (IsVarLenInst) in emitDecodeInstruction()
2309 if (IsVarLenInst) in emitDecodeInstruction()
2370 if (IsVarLenInst) { in emitDecodeInstruction()
2590 bool IsVarLenInst = Target.hasVariableLengthEncodings(); in run() local
2610 if (!Size && !IsVarLenInst) in run()
2613 if (IsVarLenInst) in run()
[all …]