Home
last modified time | relevance | path

Searched refs:newLoad (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp303 LoadInst *newLoad = new LoadInst(V, V->getName() + ".val", Call); in doPromotion() local
304 newLoad->setAlignment(OrigLoad->getAlignment()); in doPromotion()
308 newLoad->setAAMetadata(AAInfo); in doPromotion()
310 Args.push_back(newLoad); in doPromotion()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4876 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, in expandUnalignedLoad() local
4878 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()
4883 return std::make_pair(Result, newLoad.getValue(1)); in expandUnalignedLoad()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7304 SDValue newLoad = SkipLoadExtensionForVMULL(LD, DAG); in SkipExtensionForVMULL() local
7305 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), newLoad.getValue(1)); in SkipExtensionForVMULL()
7308 DAG.getNode(Opcode, SDLoc(newLoad), LD->getValueType(0), newLoad); in SkipExtensionForVMULL()
7311 return newLoad; in SkipExtensionForVMULL()