Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h214 bool hasVariableLengthEncodings() const { return HasVariableLengthEncodings; } in hasVariableLengthEncodings() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp480 if (Target.hasVariableLengthEncodings()) { in run()
H A DDecoderEmitter.cpp2562 bool IsVarLenInst = Target.hasVariableLengthEncodings(); in run()