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

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DOptimizedStructLayout.h51 uint64_t FixedOffset = FlexibleOffset)
52 : Offset(FixedOffset), Size(Size), Id(Id), Alignment(Alignment) {
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp332 const int64_t FixedOffset = NumOfVReg * VLENB; local
333 if (!isInt<32>(FixedOffset)) {
337 Offset = StackOffset::getFixed(FixedOffset);
349 uint64_t FixedOffset,
355 // Build up the expression (Reg + FixedOffset + ScalableOffset * VLENB).
365 if (FixedOffset) {
367 Expr.append(buffer, buffer + encodeSLEB128(FixedOffset, buffer));
369 Comment << " + " << FixedOffset; local
347 createDefCFAExpression(const TargetRegisterInfo &TRI, Register Reg, uint64_t FixedOffset, uint64_t ScalableOffset) argument

Completed in 172 milliseconds