Searched refs:NewLoad (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1077 LoadInst *NewLoad = Builder.CreateLoad(PtrVal); local
1078 NewLoad->takeName(SrcVal);
1079 NewLoad->setAlignment(SrcVal->getAlignment());
1082 DEBUG(dbgs() << "TO: " << *NewLoad << "\n");
1086 Value *RV = NewLoad;
1099 SrcVal = NewLoad;
1710 Instruction *NewLoad = new LoadInst(LoadPtr, LI->getName()+".pre", false, local
1716 NewLoad->setMetadata(LLVMContext::MD_tbaa, Tag);
1719 NewLoad->setDebugLoc(LI->getDebugLoc());
1723 NewLoad));
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp336 LoadInst *NewLoad = local
338 NewLoad->setAlignment(LI.getAlignment());
339 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
341 return new BitCastInst(NewLoad, LI.getType());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2538 SDValue NewLoad(Load, 0);
2540 NewLoad = DAG.getLoad(Load->getAddressingMode(), ISD::ZEXTLOAD,
2548 SDValue To[] = { NewLoad.getValue(0), NewLoad.getValue(1),
2549 NewLoad.getValue(2) };
2552 CombineTo(Load, NewLoad.getValue(0), NewLoad.getValue(1));
2558 CombineTo(N, (N0.getNode() == Load) ? NewLoad : N0);
2685 SDValue NewLoad = local
2692 CombineTo(LN0, NewLoad, NewLoa
7764 bool NewLoad = false; local
[all...]
H A DTargetLowering.cpp2058 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, local
2062 DAG.getNode(ISD::AND, dl, newVT, NewLoad,

Completed in 221 milliseconds