Searched refs:MemoryInst (Results 1 – 4 of 4) sorted by relevance
3137 Instruction *MemoryInst; member in __anon78e22a880c11::AddressingModeMatcher3975 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 …]
405 | MemoryInst ;414 MemoryInst ::= malloc Types OptCAlign
1853 Value *MemoryInst; in removeFromLookups() local1855 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()1857 MemoryInst = MA->getBlock(); in removeFromLookups()1859 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
1535 value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument1536 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile()1540 value llvm_set_volatile(value IsVolatile, LLVMValueRef MemoryInst) { in llvm_set_volatile() argument1541 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()