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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp306 LoadInst *newLoad = local
308 newLoad->setAlignment(MaybeAlign(OrigLoad->getAlignment()));
312 newLoad->setAAMetadata(AAInfo);
314 Args.push_back(newLoad);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6699 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr,
6701 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad);
6706 return std::make_pair(Result, newLoad.getValue(1));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8509 SDValue newLoad = SkipLoadExtensionForVMULL(LD, DAG); local
8510 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), newLoad.getValue(1));
8513 DAG.getNode(Opcode, SDLoc(newLoad), LD->getValueType(0), newLoad);
8516 return newLoad;

Completed in 174 milliseconds