Home
last modified time | relevance | path

Searched refs:performExtractVectorEltCombine (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h167 SDValue performExtractVectorEltCombine(SDNode *N, DAGCombinerInfo &DCI) const;
DSIISelLowering.cpp4898 if (SDValue Combined = performExtractVectorEltCombine(Op.getNode(), DCI)) in lowerEXTRACT_VECTOR_ELT()
9278 SDValue SITargetLowering::performExtractVectorEltCombine( in performExtractVectorEltCombine() function in SITargetLowering
10106 return performExtractVectorEltCombine(N, DCI); in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.h174 SDValue performExtractVectorEltCombine(SDNode *N, DAGCombinerInfo &DCI) const;
DSIISelLowering.cpp5485 if (SDValue Combined = performExtractVectorEltCombine(Op.getNode(), DCI)) in lowerEXTRACT_VECTOR_ELT()
10044 SDValue SITargetLowering::performExtractVectorEltCombine( in performExtractVectorEltCombine() function in SITargetLowering
10836 return performExtractVectorEltCombine(N, DCI); in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12361 static SDValue performExtractVectorEltCombine(SDNode *N, SelectionDAG &DAG) { in performExtractVectorEltCombine() function
15317 return performExtractVectorEltCombine(N, DAG); in PerformDAGCombine()