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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1158 LoadInst *NewLoad = Builder.CreateLoad(PtrVal); local
1159 NewLoad->takeName(SrcVal);
1160 NewLoad->setAlignment(SrcVal->getAlignment());
1163 DEBUG(dbgs() << "TO: " << *NewLoad << "\n");
1167 Value *RV = NewLoad;
1180 SrcVal = NewLoad;
1622 Instruction *NewLoad = new LoadInst(LoadPtr, LI->getName()+".pre", false, local
1628 NewLoad->setMetadata(LLVMContext::MD_tbaa, Tag);
1631 NewLoad->setDebugLoc(LI->getDebugLoc());
1635 NewLoad));
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp325 LoadInst *NewLoad = local
327 NewLoad->setAlignment(LI.getAlignment());
328 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
330 return new BitCastInst(NewLoad, LI.getType());
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2573 SDValue NewLoad(Load, 0);
2575 NewLoad = DAG.getLoad(Load->getAddressingMode(), ISD::ZEXTLOAD,
2583 SDValue To[] = { NewLoad.getValue(0), NewLoad.getValue(1),
2584 NewLoad.getValue(2) };
2587 CombineTo(Load, NewLoad.getValue(0), NewLoad.getValue(1));
2593 CombineTo(N, (N0.getNode() == Load) ? NewLoad : N0);
2723 SDValue NewLoad = local
2730 CombineTo(LN0, NewLoad, NewLoa
7405 SDValue NewLoad = local
8283 SDValue NewLoad = DAG.getLoad(JointMemOpVT, LoadDL, local
8659 bool NewLoad = false; local
[all...]
H A DTargetLowering.cpp1220 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, local
1224 DAG.getNode(ISD::AND, dl, newVT, NewLoad,

Completed in 211 milliseconds