Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp851 int64_t VGSized = Offset.getScalable() / 2; in getOffsetOpcodes() local
852 if (VGSized > 0) { in getOffsetOpcodes()
854 Ops.push_back(VGSized); in getOffsetOpcodes()
858 } else if (VGSized < 0) { in getOffsetOpcodes()
860 Ops.push_back(-VGSized); in getOffsetOpcodes()
H A DAArch64InstrInfo.h378 int64_t &VGSized);
H A DAArch64InstrInfo.cpp5119 const StackOffset &Offset, int64_t &ByteSized, int64_t &VGSized) { in decomposeStackOffsetForDwarfOffsets() argument
5131 VGSized = Offset.getScalable() / 2; in decomposeStackOffsetForDwarfOffsets()