Searched refs:MemoryInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2053 Instruction *MemoryInst; member in __anonebd7bfba0211::AddressingModeMatcher 2079 AccessTy(AT), MemoryInst(MI), AddrMode(AM), in AddressingModeMatcher() 2094 Instruction *MemoryInst, in Match() argument 2103 MemoryInst, Result, InsertedTruncs, in Match() 3014 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in ValueAlreadyLiveAtInst() 3098 MemoryInst, Result, InsertedTruncs, in IsProfitableToFoldIntoAddressingMode() 3139 bool CodeGenPrepare::OptimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in OptimizeMemoryInst() argument 3180 V, AccessTy, MemoryInst, NewAddrModeInsts, *TM, InsertedTruncsSet, in OptimizeMemoryInst() 3228 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in OptimizeMemoryInst() 3243 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 | 1469 CAMLprim value llvm_is_volatile(LLVMValueRef MemoryInst) { in llvm_is_volatile() argument 1470 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile() 1475 LLVMValueRef MemoryInst) { in llvm_set_volatile() argument 1476 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile)); in llvm_set_volatile()
|