Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp426 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, Type *AccessTy,
428 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr);
3238 Instruction *MemoryInst; member in __anon88ab83af0c11::AddressingModeMatcher
3277 AccessTy(AT), AddrSpace(AS), MemoryInst(MI), AddrMode(AM), in AddressingModeMatcher()
3292 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match() argument
3303 AccessTy, AS, MemoryInst, Result, in Match()
4070 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()
5073 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()
5159 AddressAccessTy, AS, MemoryInst, Result, in isProfitableToFoldIntoAddressingMode()
5209 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument
[all …]
/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm.grm405 | MemoryInst ;
414 MemoryInst ::= malloc Types OptCAlign
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp1810 Value *MemoryInst; in removeFromLookups() local
1812 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()
1814 MemoryInst = MA->getBlock(); in removeFromLookups()
1816 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1524 value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument
1525 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile()
1529 value llvm_set_volatile(value IsVolatile, LLVMValueRef MemoryInst) { in llvm_set_volatile() argument
1530 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()