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.cpp511 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size()); in writeExtendedOpcode() local
512 encodeULEB128(ExtLen, OS); in writeExtendedOpcode()
H A DDWARFYAML.cpp247 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h152 std::optional<uint64_t> ExtLen; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp891 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg()
892 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg() local
897 BitVector Used(ExtLen); in buildHvxVectorReg()
909 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()
910 if (Mask.size() == ExtLen) in buildHvxVectorReg()
918 return ExtLen == VecLen ? S : LoHalf(S, DAG); in buildHvxVectorReg()