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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3314 LoadSDNode *Lod = cast<LoadSDNode>(N0.getOperand(0)); local
3317 if (Lod->isSimple() && Lod->isUnindexed()) {
3322 if (Lod->getExtensionType() != ISD::NON_EXTLOAD)
3323 origWidth = Lod->getMemoryVT().getSizeInBits();
3344 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) {
3345 SDValue Ptr = Lod->getBasePtr();
3348 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset);
3350 newVT, dl, Lod->getChain(), Ptr,
3351 Lod
[all...]

Completed in 189 milliseconds