Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h68 mutable bool HasVariableLengthEncodings = false; variable
214 bool hasVariableLengthEncodings() const { return HasVariableLengthEncodings; } in hasVariableLengthEncodings()
H A DCodeGenTarget.cpp281 HasVariableLengthEncodings = true; in ReadInstructions()