Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp312 LoadInst *newLoad = in doPromotion() local
314 newLoad->setAlignment(OrigLoad->getAlign()); in doPromotion()
318 newLoad->setAAMetadata(AAInfo); in doPromotion()
320 Args.push_back(newLoad); in doPromotion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7510 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, in expandUnalignedLoad() local
7512 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()
7517 return std::make_pair(Result, newLoad.getValue(1)); in expandUnalignedLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9200 SDValue newLoad = SkipLoadExtensionForVMULL(LD, DAG); in SkipExtensionForVMULL() local
9201 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), newLoad.getValue(1)); in SkipExtensionForVMULL()
9204 DAG.getNode(Opcode, SDLoc(newLoad), LD->getValueType(0), newLoad); in SkipExtensionForVMULL()
9207 return newLoad; in SkipExtensionForVMULL()