Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp538 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size()); in writeExtendedOpcode() local
539 encodeULEB128(ExtLen, OS); in writeExtendedOpcode()
H A DDWARFYAML.cpp263 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h156 std::optional<uint64_t> ExtLen; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp901 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local
902 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg()
907 BitVector Used(ExtLen); in buildHvxVectorReg()
919 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()
920 if (Mask.size() == ExtLen) in buildHvxVectorReg()
928 return ExtLen == VecLen ? S : LoHalf(S, DAG); in buildHvxVectorReg()