Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp440 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local
441 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg()
446 BitVector Used(ExtLen); in buildHvxVectorReg()
458 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()
459 if (Mask.size() == ExtLen) in buildHvxVectorReg()
467 if (ExtLen == VecLen) in buildHvxVectorReg()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp134 IO.mapRequired("ExtLen", LineTableOpcode.ExtLen); in mapping()
H A DDWARFEmitter.cpp244 encodeULEB128(Op.ExtLen, OS); in EmitDebugLine()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h119 uint64_t ExtLen; member