Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h91 SDValue widenLoad(LoadSDNode *Ld, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.cpp7952 SDValue SITargetLowering::widenLoad(LoadSDNode *Ld, DAGCombinerInfo &DCI) const { in widenLoad() function in SITargetLowering
10926 if (SDValue Widended = widenLoad(cast<LoadSDNode>(N), DCI)) in PerformDAGCombine()