Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp505 auto TryToReplace = [&](Instruction *LoadOrStore) { in rewriteAccessChain() argument
511 if (tryToReplaceWithGEPBuiltin(LoadOrStore, GEPs, Insn)) { in rewriteAccessChain()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp283 LoadOrStore = 1, ///< An instruction that may load or store memory, but is enumerator
1095 return InstrTag::LoadOrStore; in getInstrTag()
1142 case InstrTag::LoadOrStore: in computeDependenciesAux()