Searched defs:MemoryInst (Results 1 – 3 of 3) sorted by relevance
3238 Instruction *MemoryInst; member in __anon88ab83af0c11::AddressingModeMatcher3292 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match()5209 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst()5613 bool CodeGenPrepare::optimizeGatherScatterInst(Instruction *MemoryInst, in optimizeGatherScatterInst()
1524 value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile()1529 value llvm_set_volatile(value IsVolatile, LLVMValueRef MemoryInst) { in llvm_set_volatile()
1810 Value *MemoryInst; in removeFromLookups() local