Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp191 struct GEPChainInfo { struct
197 GEPChainInfo() { reset(); } in GEPChainInfo() function
210 GEPChainInfo &GEP, T *Insn) { in fillCommonArgs()
224 static Instruction *makeGEPAndLoad(Module *M, GEPChainInfo &GEP, in makeGEPAndLoad()
244 static Instruction *makeGEPAndStore(Module *M, GEPChainInfo &GEP, in makeGEPAndStore()
333 GEPChainInfo &Info) { in foldGEPChainAsStructAccess()
373 GEPChainInfo &Info) { in foldGEPChainAsU8Access()
417 GEPChainInfo GEPChain; in tryToReplaceWithGEPBuiltin()