Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp621 int64_t VGSized = Offset.getScalable() / 2; in getOffsetOpcodes() local
622 if (VGSized > 0) { in getOffsetOpcodes()
624 Ops.push_back(VGSized); in getOffsetOpcodes()
628 } else if (VGSized < 0) { in getOffsetOpcodes()
630 Ops.push_back(-VGSized); in getOffsetOpcodes()
H A DAArch64InstrInfo.h321 int64_t &VGSized);
H A DAArch64InstrInfo.cpp3893 const StackOffset &Offset, int64_t &ByteSized, int64_t &VGSized) { in decomposeStackOffsetForDwarfOffsets() argument
3905 VGSized = Offset.getScalable() / 2; in decomposeStackOffsetForDwarfOffsets()