Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp693 int64_t VGSized = Offset.getScalable() / 2; in getOffsetOpcodes() local
694 if (VGSized > 0) { in getOffsetOpcodes()
696 Ops.push_back(VGSized); in getOffsetOpcodes()
700 } else if (VGSized < 0) { in getOffsetOpcodes()
702 Ops.push_back(-VGSized); in getOffsetOpcodes()
H A DAArch64InstrInfo.h335 int64_t &VGSized);
H A DAArch64InstrInfo.cpp4077 const StackOffset &Offset, int64_t &ByteSized, int64_t &VGSized) { in decomposeStackOffsetForDwarfOffsets() argument
4089 VGSized = Offset.getScalable() / 2; in decomposeStackOffsetForDwarfOffsets()