Searched refs:MemoryInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1504 /// AccessTy/MemoryInst - This is the type for the access (e.g. double) and
1507 Instruction *MemoryInst; member in class:__anon25735::AddressingModeMatcher
1531 : AddrModeInsts(AMI), TLI(T), AccessTy(AT), MemoryInst(MI), AddrMode(AM),
1546 Instruction *MemoryInst,
1555 MemoryInst, Result, InsertedTruncs,
2358 return Val->isUsedInBasicBlock(MemoryInst->getParent());
2442 MemoryInst, Result, InsertedTruncs,
2483 bool CodeGenPrepare::OptimizeMemoryInst(Instruction *MemoryInst, Value *Addr, argument
2524 V, AccessTy, MemoryInst, NewAddrModeInsts, *TLI, InsertedTruncsSet,
2572 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst
1545 Match(Value *V, Type *AccessTy, Instruction *MemoryInst, SmallVectorImpl<Instruction*> &AddrModeInsts, const TargetLowering &TLI, const SetOfInstrs &InsertedTruncs, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT) argument
2596 << *MemoryInst << "\\n"); local
2604 << *MemoryInst << "\\n"); local
2722 << *MemoryInst << "\\n"); local
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1378 CAMLprim value llvm_is_volatile(LLVMValueRef MemoryInst) { argument
1379 return Val_bool(LLVMGetVolatile(MemoryInst));
1384 LLVMValueRef MemoryInst) {
1385 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile));
1383 llvm_set_volatile(value IsVolatile, LLVMValueRef MemoryInst) argument

Completed in 103 milliseconds