Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DOptimizedStructLayout.h51 uint64_t FixedOffset = FlexibleOffset)
52 : Offset(FixedOffset), Size(Size), Id(Id), Alignment(Alignment) { in Offset()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp332 const int64_t FixedOffset = NumOfVReg * VLENB; in adjustStackForRVV() local
333 if (!isInt<32>(FixedOffset)) { in adjustStackForRVV()
337 Offset = StackOffset::getFixed(FixedOffset); in adjustStackForRVV()
349 uint64_t FixedOffset, in createDefCFAExpression() argument
365 if (FixedOffset) { in createDefCFAExpression()
367 Expr.append(buffer, buffer + encodeSLEB128(FixedOffset, buffer)); in createDefCFAExpression()
369 Comment << " + " << FixedOffset; in createDefCFAExpression()