Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3137 Instruction *MemoryInst; member in __anon78e22a880c11::AddressingModeMatcher
3975 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()
5170 Function *F = MemoryInst->getParent()->getParent(); in optimizeMemoryInst()
5219 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst()
5233 << " for " << *MemoryInst << "\n"); in optimizeMemoryInst()
5480 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in optimizeMemoryInst()
5526 if (MemoryInst->getParent() != GEP->getParent()) in optimizeGatherScatterInst()
5577 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()
5618 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()
5626 ScalarTy = MemoryInst->getType()->getScalarType(); in optimizeGatherScatterInst()
[all …]
/llvm-project-15.0.7/llvm/utils/
H A Dllvm.grm405 | MemoryInst ;
414 MemoryInst ::= malloc Types OptCAlign
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp1853 Value *MemoryInst; in removeFromLookups() local
1855 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()
1857 MemoryInst = MA->getBlock(); in removeFromLookups()
1859 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1535 value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument
1536 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile()
1540 value llvm_set_volatile(value IsVolatile, LLVMValueRef MemoryInst) { in llvm_set_volatile() argument
1541 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()