Searched refs:performAndCombine (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 60 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
D | AMDGPUISelLowering.h | 72 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
D | SIISelLowering.cpp | 2517 SDValue SITargetLowering::performAndCombine(SDNode *N, in performAndCombine() function in SITargetLowering 2522 if (SDValue Base = AMDGPUTargetLowering::performAndCombine(N, DCI)) in performAndCombine() 3042 return performAndCombine(N, DCI); in PerformDAGCombine()
|
D | AMDGPUISelLowering.cpp | 2291 SDValue AMDGPUTargetLowering::performAndCombine(SDNode *N, in performAndCombine() function in AMDGPUTargetLowering 2623 return performAndCombine(N, DCI); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 128 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
D | SIISelLowering.cpp | 6375 SDValue SITargetLowering::performAndCombine(SDNode *N, in performAndCombine() function in SITargetLowering 7855 return performAndCombine(N, DCI); in PerformDAGCombine()
|