Searched refs:performAndCombine (Results 1 – 8 of 8) 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-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 150 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
D | SIISelLowering.cpp | 8256 SDValue SITargetLowering::performAndCombine(SDNode *N, in performAndCombine() function in SITargetLowering 10046 return performAndCombine(N, DCI); in PerformDAGCombine()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 157 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
D | SIISelLowering.cpp | 8970 SDValue SITargetLowering::performAndCombine(SDNode *N, in performAndCombine() function in SITargetLowering 10776 return performAndCombine(N, DCI); in PerformDAGCombine()
|