Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp899 int64_t VGSized = Offset.getScalable() / 2; in getOffsetOpcodes() local
900 if (VGSized > 0) { in getOffsetOpcodes()
902 Ops.push_back(VGSized); in getOffsetOpcodes()
906 } else if (VGSized < 0) { in getOffsetOpcodes()
908 Ops.push_back(-VGSized); in getOffsetOpcodes()
H A DAArch64InstrInfo.h525 int64_t &VGSized);
H A DAArch64InstrInfo.cpp5161 const StackOffset &Offset, int64_t &ByteSized, int64_t &VGSized) { in decomposeStackOffsetForDwarfOffsets() argument
5173 VGSized = Offset.getScalable() / 2; in decomposeStackOffsetForDwarfOffsets()