Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp884 uint64_t ExtOffset = Cursor.tell(); in parse() local
944 ExtOffset, ExtractorAddressSize, Len - 1)); in parse()
956 OpcodeAddressSize, ExtOffset)); in parse()
1038 uint64_t End = ExtOffset + Len; in parse()
1044 ExtOffset, Len, Cursor.tell() - ExtOffset)); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22465 unsigned ExtOffset = N->getOperand(0).getConstantOperandVal(1); in performZExtDeinterleaveShuffleCombine() local
22466 if (ExtOffset != 0 && ExtOffset != VT.getVectorNumElements()) in performZExtDeinterleaveShuffleCombine()
22478 Shuffle->getMask().slice(ExtOffset, VT.getVectorNumElements()), 4, Idx); in performZExtDeinterleaveShuffleCombine()
22487 Shuffle->getMask().slice(ExtOffset, VT.getVectorNumElements() / 2), in performZExtDeinterleaveShuffleCombine()
22490 Shuffle->getMask().slice(ExtOffset + VT.getVectorNumElements() / 2, in performZExtDeinterleaveShuffleCombine()
22524 unsigned ExtOffset = (unsigned)-1; in performZExtUZPCombine() local
22526 ExtOffset = Op.getConstantOperandVal(1); in performZExtUZPCombine()
22550 if (ExtOffset == (unsigned)-1) { in performZExtUZPCombine()
22552 ExtOffset = Op.getConstantOperandVal(1); in performZExtUZPCombine()
22557 if (ExtOffset != 0 && ExtOffset != VT.getVectorNumElements()) in performZExtUZPCombine()
[all …]