Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8387 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, in expandUnalignedLoad() local
8389 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()
8394 return std::make_pair(Result, newLoad.getValue(1)); in expandUnalignedLoad()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9406 SDValue newLoad = SkipLoadExtensionForVMULL(LD, DAG); in SkipExtensionForVMULL() local
9407 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), newLoad.getValue(1)); in SkipExtensionForVMULL()
9410 DAG.getNode(Opcode, SDLoc(newLoad), LD->getValueType(0), newLoad); in SkipExtensionForVMULL()
9413 return newLoad; in SkipExtensionForVMULL()