Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.h99 reconstructStore(CallInst *Call);
H A DBPFPreserveStaticOffset.cpp312 BPFPreserveStaticOffsetPass::reconstructStore(CallInst *Call) { in reconstructStore() function in BPFPreserveStaticOffsetPass
534 BPFPreserveStaticOffsetPass::reconstructStore(cast<CallInst>(Insn)); in rewriteAccessChain()
H A DBPFCheckAndAdjustIR.cpp377 auto [GEP, Store] = BPFPreserveStaticOffsetPass::reconstructStore(Call); in unrollGEPStore()