Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1329 SmallVector<uint64_t, 5> OffsetOps; in emitLoc() local
1330 TRI.getOffsetOpcodes(Spill.SpillOffset, OffsetOps); in emitLoc()
1338 OffsetOps.push_back(dwarf::DW_OP_deref); in emitLoc()
1345 OffsetOps.push_back(dwarf::DW_OP_deref_size); in emitLoc()
1346 OffsetOps.push_back(DerefSizeInBytes); in emitLoc()
1351 OffsetOps.push_back(dwarf::DW_OP_deref); in emitLoc()
1359 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); in emitLoc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5920 SmallVector<OffsetOp, 4> OffsetOps; in foldICmpEqualityWithOffset() local
5921 collectOffsetOp(Op0, OffsetOps, /*AllowRecursion=*/true); in foldICmpEqualityWithOffset()
5922 collectOffsetOp(Op1, OffsetOps, /*AllowRecursion=*/true); in foldICmpEqualityWithOffset()
5954 for (auto [BinOp, RHS] : OffsetOps) { in foldICmpEqualityWithOffset()