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.h96 reconstructStore(CallInst *Call);
H A DBPFPreserveStaticOffset.cpp315 BPFPreserveStaticOffsetPass::reconstructStore(CallInst *Call) { in reconstructStore() function in BPFPreserveStaticOffsetPass
539 BPFPreserveStaticOffsetPass::reconstructStore(cast<CallInst>(Insn)); in rewriteAccessChain()
H A DBPFCheckAndAdjustIR.cpp380 auto [GEP, Store] = BPFPreserveStaticOffsetPass::reconstructStore(Call); in unrollGEPStore()