Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h100 SDValue widenLoad(LoadSDNode *Ld, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.cpp10174 SDValue SITargetLowering::widenLoad(LoadSDNode *Ld, DAGCombinerInfo &DCI) const { in widenLoad() function in SITargetLowering
14787 if (SDValue Widened = widenLoad(cast<LoadSDNode>(N), DCI)) in PerformDAGCombine()