Searched refs:MemoryInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2535 Instruction *MemoryInst; member in __anonebd7bfba0211::AddressingModeMatcher 2562 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher() 2576 Instruction *MemoryInst, in Match() argument 2585 MemoryInst, Result, InsertedInsts, in Match() 3500 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst() 3586 MemoryInst, Result, InsertedInsts, in isProfitableToFoldIntoAddressingMode() 3626 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument 3667 V, AccessTy, AddrSpace, MemoryInst, NewAddrModeInsts, *TM, in optimizeMemoryInst() 3715 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in optimizeMemoryInst() 3730 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst() [all …]
|
/external/llvm/utils/ |
D | llvm.grm | 402 | MemoryInst ; 411 MemoryInst ::= malloc Types OptCAlign
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1480 CAMLprim value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument 1481 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile() 1486 LLVMValueRef MemoryInst) { in llvm_set_volatile() argument 1487 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
|