/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 212 Instruction *getMemoryInst() const { return MemoryInst; } 227 : MemoryAccess(C, Vty, BB, 1), MemoryInst(MI) { 234 Instruction *MemoryInst;
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2593 Instruction *MemoryInst; member in __anon6a1763210211::AddressingModeMatcher 2620 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher() 2634 Instruction *MemoryInst, in Match() argument 2643 MemoryInst, Result, InsertedInsts, in Match() 3565 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst() 3656 MemoryInst, Result, InsertedInsts, in isProfitableToFoldIntoAddressingMode() 3707 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument 3750 V, AccessTy, AddrSpace, MemoryInst, NewAddrModeInsts, *TM, in optimizeMemoryInst() 3798 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in optimizeMemoryInst() 3813 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst() [all …]
|
/external/llvm/utils/ |
D | llvm.grm | 402 | MemoryInst ; 411 MemoryInst ::= malloc Types OptCAlign
|
/external/llvm-project/llvm/utils/ |
D | llvm.grm | 403 | MemoryInst ; 412 MemoryInst ::= malloc Types OptCAlign
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 621 Value *MemoryInst; in removeFromLookups() local 623 MemoryInst = MUD->getMemoryInst(); in removeFromLookups() 625 MemoryInst = MA->getBlock(); in removeFromLookups() 627 ValueToMemoryAccess.erase(MemoryInst); in removeFromLookups()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 390 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, 392 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr); 3008 Instruction *MemoryInst; member in __anon9452010f0b11::AddressingModeMatcher 3045 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher() 3060 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match() argument 3070 MemoryInst, Result, InsertedInsts, in Match() 4787 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst() 4881 MatchedAddrModeInsts, TLI, TRI, AddressAccessTy, AS, MemoryInst, Result, in isProfitableToFoldIntoAddressingMode() 4929 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument 4987 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *TRI, in optimizeMemoryInst() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 369 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, 2861 Instruction *MemoryInst; member in __anondc2463830711::AddressingModeMatcher 2898 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher() 2913 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match() argument 2923 MemoryInst, Result, InsertedInsts, in Match() 4631 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst() 4725 MatchedAddrModeInsts, TLI, TRI, AddressAccessTy, AS, MemoryInst, Result, in isProfitableToFoldIntoAddressingMode() 4773 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument 4831 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *TRI, in optimizeMemoryInst() 4867 return IsNonLocalValue(V, MemoryInst->getParent()); in optimizeMemoryInst() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1819 Value *MemoryInst; in removeFromLookups() local 1821 MemoryInst = MUD->getMemoryInst(); in removeFromLookups() 1823 MemoryInst = MA->getBlock(); in removeFromLookups() 1825 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1848 Value *MemoryInst; in removeFromLookups() local 1850 MemoryInst = MUD->getMemoryInst(); in removeFromLookups() 1852 MemoryInst = MA->getBlock(); in removeFromLookups() 1854 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1646 CAMLprim value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument 1647 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile() 1652 LLVMValueRef MemoryInst) { in llvm_set_volatile() argument 1653 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1536 CAMLprim value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument 1537 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile() 1542 LLVMValueRef MemoryInst) { in llvm_set_volatile() argument 1543 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
|