Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp392 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr,
394 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr);
3114 Instruction *MemoryInst; member in __anon7f6d13e30c11::AddressingModeMatcher
3153 AccessTy(AT), AddrSpace(AS), MemoryInst(MI), AddrMode(AM), in AddressingModeMatcher()
3168 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match() argument
3179 AddrModeInsts, TLI, TRI, LI, getDTFn, AccessTy, AS, MemoryInst, Result, in Match()
3951 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()
4959 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()
5053 AddressAccessTy, AS, MemoryInst, Result, in isProfitableToFoldIntoAddressingMode()
5102 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm.grm403 | MemoryInst ;
412 MemoryInst ::= malloc Types OptCAlign
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp1814 Value *MemoryInst; in removeFromLookups() local
1816 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()
1818 MemoryInst = MA->getBlock(); in removeFromLookups()
1820 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1555 value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument
1556 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile()
1560 value llvm_set_volatile(value IsVolatile, LLVMValueRef MemoryInst) { in llvm_set_volatile() argument
1561 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()