HomeSort by: relevance | last modified time | path
    Searched refs:MemoryInst (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 392 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr,
394 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr);
3110 /// AccessTy/MemoryInst - This is the type for the access (e.g. double) and
3114 Instruction *MemoryInst;
3153 AccessTy(AT), AddrSpace(AS), MemoryInst(MI), AddrMode(AM),
3168 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst,
3179 AddrModeInsts, TLI, TRI, LI, getDTFn, AccessTy, AS, MemoryInst, Result,
3951 getDTFn().dominates(IVInc, MemoryInst)) {
4959 return Val->isUsedInBasicBlock(MemoryInst->getParent());
5053 AddressAccessTy, AS, MemoryInst, Result
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 1555 value llvm_is_volatile(LLVMValueRef MemoryInst) {
1556 return Val_bool(LLVMGetVolatile(MemoryInst));
1560 value llvm_set_volatile(value IsVolatile, LLVMValueRef MemoryInst) {
1561 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 1814 Value *MemoryInst;
1816 MemoryInst = MUD->getMemoryInst();
1818 MemoryInst = MA->getBlock();
1820 auto VMA = ValueToMemoryAccess.find(MemoryInst);

Completed in 45 milliseconds