Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h68 SDValue widenLoad(LoadSDNode *Ld, DAGCombinerInfo &DCI) const;
DSIISelLowering.cpp5508 SDValue SITargetLowering::widenLoad(LoadSDNode *Ld, DAGCombinerInfo &DCI) const { in widenLoad() function in SITargetLowering
7826 if (SDValue Widended = widenLoad(cast<LoadSDNode>(N), DCI)) in PerformDAGCombine()