Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h212 Instruction *getMemoryInst() const { return MemoryInst; }
227 : MemoryAccess(C, Vty, BB, 1), MemoryInst(MI) {
234 Instruction *MemoryInst;
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2593 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/
Dllvm.grm402 | MemoryInst ;
411 MemoryInst ::= malloc Types OptCAlign
/external/llvm-project/llvm/utils/
Dllvm.grm403 | MemoryInst ;
412 MemoryInst ::= malloc Types OptCAlign
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp621 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/
DCodeGenPrepare.cpp390 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/
DCodeGenPrepare.cpp369 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/
DMemorySSA.cpp1819 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/
DMemorySSA.cpp1848 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/
Dllvm_ocaml.c1646 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/
Dllvm_ocaml.c1536 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()