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

/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h60 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DAMDGPUISelLowering.h72 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.cpp2517 SDValue SITargetLowering::performAndCombine(SDNode *N, function in class:SITargetLowering
2522 if (SDValue Base = AMDGPUTargetLowering::performAndCombine(N, DCI))
3042 return performAndCombine(N, DCI);
H A DAMDGPUISelLowering.cpp2291 SDValue AMDGPUTargetLowering::performAndCombine(SDNode *N, function in class:AMDGPUTargetLowering
2623 return performAndCombine(N, DCI);

Completed in 441 milliseconds